Change pypi-token to token in publish.yml
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -73,7 +73,7 @@ jobs:
|
||||
- name: Publish to PyPI
|
||||
uses: PyO3/maturin-action@v1
|
||||
with:
|
||||
pypi-token: ${{ secrets.PYPI_API_TOKEN }}
|
||||
token: ${{ secrets.PYPI_API_TOKEN }}
|
||||
command: upload
|
||||
args: --skip-existing --non-interactive
|
||||
|
||||
|
||||
Reference in New Issue
Block a user