Skip to content

Commit

Permalink
fixes #551
Browse files Browse the repository at this point in the history
adds the missing -e option to the tox publish command
  • Loading branch information
git-afsantos authored and abravalheri committed Dec 16, 2021
1 parent de7aa5d commit 33ed44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools tox
python -m tox -e clean,build
python -m tox publish -- --verbose --repository pypi
python -m tox -e publish -- --verbose --repository pypi

0 comments on commit 33ed44d

Please sign in to comment.