Skip to content

Commit

Permalink
chore: Prepare release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vrajat committed Jan 22, 2022
1 parent 073edf9 commit b60eb73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
name: piicatcher_spacy
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand All @@ -29,4 +29,4 @@ jobs:
python -m poetry install
- name: Test with pytest
run: |
python -m poetry run pytest --junitxml=junit/test-results.xml --cov=piicatcher --cov-report=xml --cov-report=html tests/
python -m poetry run pytest --junitxml=junit/test-results.xml --cov=piicatcher --cov-report=xml --cov-report=html tests/
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "piicatcher_spacy"
version = "0.1.0-dev3"
version = "0.1.1"
description = "PIICatcher plugin that uses spacy to detect PII"
authors = ["Tokern <[email protected]>"]
license = "MIT License"
Expand Down Expand Up @@ -39,4 +39,4 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.plugins."piicatcher_detectors"]
spacy = "piicatcher_spacy.detectors:SpacyDetector"
spacy = "piicatcher_spacy.detectors:SpacyDetector"

0 comments on commit b60eb73

Please sign in to comment.