Skip to content

Commit

Permalink
release: 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
shengwang52005 committed Aug 13, 2024
1 parent 832a506 commit aa8679f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
USERNAME: ${{ secrets.PYPI_USERNAME }}
PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
publish --build --username $USERNAME --password $PASSWORD --skip-existing
poetry publish --build --username $USERNAME --password $PASSWORD --skip-existing

0 comments on commit aa8679f

Please sign in to comment.