Skip to content

Commit

Permalink
[Fix] 🐛 Publish to Pypi Force
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-zklcdc committed Mar 12, 2024
1 parent c4537b2 commit 7e7065c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:

- name: Publish to PyPI
run: |
twine upload --skip-existing dist/*
twine upload dist/*
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
Expand Down

0 comments on commit 7e7065c

Please sign in to comment.