Skip to content

Commit

Permalink
ci(gh-action): Fix poetry publish arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonChou committed Jul 1, 2024
1 parent 30b73de commit 34e623e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Publish package
run: |
poetry publish --build -u ${{ secrets.PYPI_API_TOKEN }}
poetry publish --build -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}
- name: Set release data
id: release_settings
Expand Down

0 comments on commit 34e623e

Please sign in to comment.