Skip to content

Commit

Permalink
Merge pull request #258 from NebraLtd/ccrisan/fix-test-pypi-publish
Browse files Browse the repository at this point in the history
Fix publish-to-test-pypi workflow
  • Loading branch information
ccrisan authored May 17, 2023
2 parents 290a363 + e70d043 commit afcdc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ jobs:
run: |
poetry config pypi-token.test-pypi ${{ secrets.TEST_PYPI_API_TOKEN }}
poetry config repositories.test-pypi https://test.pypi.org/legacy/
poetry publish
poetry publish -r test-pypi

0 comments on commit afcdc55

Please sign in to comment.