Skip to content

Commit

Permalink
fix: use testpypi index for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
filipweidemann committed Jul 29, 2024
1 parent 2b0e7c8 commit ee325dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
- name: Setup remote PyPI token authentication
run: poetry config pypi-token.testpypi ${{ secrets.PYPI_TOKEN }}
- name: Publish package
run: poetry publish
run: poetry publish --repository testpypi

0 comments on commit ee325dd

Please sign in to comment.