Fix uploading wheels

This commit is contained in:
laggykiller 2024-02-24 16:41:00 +08:00
parent 86ad19dd52
commit fff45e1d4b

View file

@ -168,4 +168,4 @@ jobs:
- uses: pypa/gh-action-pypi-publish@release/v1 - uses: pypa/gh-action-pypi-publish@release/v1
with: with:
user: __token__ user: __token__
password: ${{ secrets.pypi_password }} password: ${{ secrets.PYPI_API_TOKEN }}