Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Prabhu Subramanian committed Dec 27, 2022
1 parent c04fc01 commit ac3c7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Release PyPI
if: startsWith(github.ref, 'refs/tags/')
run: |
poetry install --no-cache --without dev
poetry install --no-cache
poetry run pytest
poetry publish --build --username $PYPI_USERNAME --password $PYPI_PASSWORD
env:
Expand Down

0 comments on commit ac3c7b4

Please sign in to comment.