Change pypi-token to token in publish.yml

This commit is contained in:
BillTheMaker
2025-12-06 17:52:20 -07:00
committed by GitHub
parent 09b4eb4510
commit ebea27b62e

View File

@@ -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