Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
pnxenopoulos committed Jun 3, 2024
1 parent e5d507a commit ea3e977
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 @@ -43,7 +43,7 @@ jobs:
- name: Publish to PyPI
run: |
poetry publish --repository testpypi --username __token__ --password ${{ secrets.PYPI_API_TOKEN }}
poetry publish --username __token__ --password ${{ secrets.PYPI_API_TOKEN }}
- name: Check that installation from PyPI passes
run: |
Expand Down

0 comments on commit ea3e977

Please sign in to comment.