Skip to content

Commit

Permalink
Correct PyPI API token and workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
seddonym committed Jun 13, 2024
1 parent c7ef61c commit f3c2680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# maturin generate-ci github
#
name: CI
name: Release

on:
push:
Expand Down Expand Up @@ -163,7 +163,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_TOKEN_GRIMP }}
with:
command: upload
args: --non-interactive --skip-existing wheels-*/*

0 comments on commit f3c2680

Please sign in to comment.