Skip to content

Commit

Permalink
feat: switch to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
filipweidemann committed Jul 29, 2024
1 parent a80d28d commit dee6803
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- name: Run poetry build
run: poetry build
- name: Setup remote PyPI repository
run: poetry config repositories.testpypi https://test.pypi.org/legacy/
run: poetry config repositories.pypi https://pypi.org/legacy/
- name: Setup remote PyPI token authentication
run: poetry config pypi-token.testpypi ${{ secrets.PYPI_TOKEN }}
run: poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
- name: Publish package
run: poetry publish --repository testpypi
run: poetry publish --repository pypi

0 comments on commit dee6803

Please sign in to comment.