Fix uploading wheels
This commit is contained in:
parent
86ad19dd52
commit
fff45e1d4b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
|
|
@ -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 }}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue