Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetr committed Sep 20, 2022
1 parent e3d9ad8 commit 72230ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Build and publish to pypi.org
run: |
pipx install poetry==1.2.1
poetry publish --build -r pypi -u __token__ -p ${{ secrets.pypi_upload_token }}
poetry publish --build -u __token__ -p ${{ secrets.pypi_upload_token }}

0 comments on commit 72230ab

Please sign in to comment.