Skip to content

Commit

Permalink
maturin.yml use correct pypi token var name
Browse files Browse the repository at this point in the history
  • Loading branch information
ohjuny authored and jaywonchung committed Dec 12, 2024
1 parent 7a9c32e commit 472602a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maturin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/')"
uses: PyO3/maturin-action@v1
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
with:
command: upload
args: --non-interactive --skip-existing wheels-*/*

0 comments on commit 472602a

Please sign in to comment.