From ebea27b62e8257aceb6ee79c40d55f2b0ef56dc9 Mon Sep 17 00:00:00 2001 From: BillTheMaker Date: Sat, 6 Dec 2025 17:52:20 -0700 Subject: [PATCH] Change pypi-token to token in publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9d3e160..e303e17 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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