Update publish.yaml

This commit is contained in:
Zhongjie Duan
2024-07-29 20:12:37 +08:00
committed by GitHub
parent be84b35bfd
commit 5cd6ed0096

View File

@@ -26,4 +26,4 @@ jobs:
- name: Publish package to PyPI - name: Publish package to PyPI
run: | run: |
pip install twine pip install twine
twine upload package/dist/* --skip-existing -u __token__ -p ${{ secrets.PYPI_API_TOKEN }} twine upload dist/* --skip-existing -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}