Update python-package.yml

This commit is contained in:
myhloli
2024-03-04 14:46:38 +08:00
committed by GitHub
parent 7a0d80760e
commit 85489f6c42

View File

@@ -62,8 +62,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 }}