@@ -153,29 +153,29 @@ jobs:
153153 name : wheels-sdist
154154 path : dist
155155
156- release :
157- name : Release
158- runs-on : ubuntu-latest
159- if : ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
160- needs : [linux, musllinux, windows, macos, sdist]
161- permissions :
162- # Use to sign the release artifacts
163- id-token : write
164- # Used to upload release artifacts
165- contents : write
166- # Used to generate artifact attestation
167- attestations : write
168- steps :
169- - uses : actions/download-artifact@v4
170- - name : Generate artifact attestation
171- uses : actions/attest-build-provenance@v2
172- with :
173- subject-path : ' wheels-*/*'
174- - name : Publish to PyPI
175- if : ${{ startsWith(github.ref, 'refs/tags/') }}
176- uses : PyO3/maturin-action@v1
177- env :
178- MATURIN_PYPI_TOKEN : ${{ secrets.PYPI_API_TOKEN }}
179- with :
180- command : upload
181- args : --non-interactive --skip-existing wheels-*/*
156+ # release:
157+ # name: Release
158+ # runs-on: ubuntu-latest
159+ # if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
160+ # needs: [linux, musllinux, windows, macos, sdist]
161+ # permissions:
162+ # # Use to sign the release artifacts
163+ # id-token: write
164+ # # Used to upload release artifacts
165+ # contents: write
166+ # # Used to generate artifact attestation
167+ # attestations: write
168+ # steps:
169+ # - uses: actions/download-artifact@v4
170+ # - name: Generate artifact attestation
171+ # uses: actions/attest-build-provenance@v2
172+ # with:
173+ # subject-path: 'wheels-*/*'
174+ # - name: Publish to PyPI
175+ # if: ${{ startsWith(github.ref, 'refs/tags/') }}
176+ # uses: PyO3/maturin-action@v1
177+ # env:
178+ # MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
179+ # with:
180+ # command: upload
181+ # args: --non-interactive --skip-existing wheels-*/*
0 commit comments