We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbbed7 commit 3098f7cCopy full SHA for 3098f7c
.github/workflows/ci.yml
@@ -259,6 +259,8 @@ jobs:
259
runs-on: ubuntu-latest
260
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
261
needs: [linux, windows, macos, sdist]
262
+ environment:
263
+ name: pypi
264
permissions:
265
# Use to sign the release artifacts
266
id-token: write
@@ -275,8 +277,6 @@ jobs:
275
277
- name: Publish to PyPI
276
278
if: ${{ startsWith(github.ref, 'refs/tags/') }}
279
uses: PyO3/maturin-action@v1
- env:
- MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
280
with:
281
command: upload
282
args: --non-interactive --skip-existing wheels-*/*
0 commit comments