Skip to content

Commit

Permalink
Update ci.yml (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-vu authored Feb 17, 2025
1 parent 3223510 commit dce63ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
path: dist
- name: release
run: |
pip install twine --break-system-packages
pip install twine
twine upload --skip-existing dist/* -u $PYPI_USER -p $PYPI_PWD
env:
PYPI_USER: __token__
Expand Down

0 comments on commit dce63ac

Please sign in to comment.