try publish to pypi from CI
CI / wheels (push) Successful in 7m21s
CI / Release (push) Failing after 35s

This commit is contained in:
Wim Pomp
2026-04-18 15:31:36 +02:00
parent e9b21b22b3
commit 9374c5e261
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -120,7 +120,6 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
needs: [wheels]
permissions:
# Use to sign the release artifacts
@@ -136,7 +135,6 @@ jobs:
with:
subject-path: 'wheels-*/*'
- name: Publish to PyPI
if: ${{ startsWith(github.ref, 'refs/tags/') }}
uses: PyO3/maturin-action@v1
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}