Skip to content

Commit

Permalink
Fix typo in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HKGx committed Nov 16, 2022
1 parent 62f27b0 commit b4c4f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
run: poetry install --no-interaction --no-root
- name: Build and publish package
run: |
poetry publish --build --username=__token__ --pasword=${{ secrets.PYPI_API_TOKEN }}
poetry publish --build --username=__token__ --password=${{ secrets.PYPI_API_TOKEN }}

0 comments on commit b4c4f0f

Please sign in to comment.