update github workflow

This commit is contained in:
赵小蒙
2024-06-14 17:57:20 +08:00
parent d2e8271322
commit aeef64b482
+5 -5
View File
@@ -119,8 +119,8 @@ jobs:
files: './dist/*.whl'
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
# - name: Publish to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# user: __token__
# password: ${{ secrets.PYPI_TOKEN }}
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}