Skip to content

Commit

Permalink
on push workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sr1998 committed May 11, 2024
1 parent bf328b5 commit a33d749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ jobs:
if: success() # Only continue if version in files was updated
run: |
poetry config repositories.testpypi https://test.pypi.org/legacy/
poetry publish --build -r testpypi -u __token__ -p ${{ secrets.PYPI_TEST_ACCOUNT }} --name
poetry publish --build -r testpypi -u __token__ -p ${{ secrets.PYPI_TEST_ACCOUNT }}

0 comments on commit a33d749

Please sign in to comment.