Skip to content

Commit

Permalink
Fixed API token
Browse files Browse the repository at this point in the history
  • Loading branch information
mburridge96 committed Nov 4, 2024
1 parent c9a2a2b commit 9f7a021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_RELEASE }}
with:
command: upload
args: --non-interactive --skip-existing wheels-*/*
Expand Down

0 comments on commit 9f7a021

Please sign in to comment.