Skip to content

Commit f9a3b82

Browse files
author
Fran
committed
disable release action
1 parent 8853a48 commit f9a3b82

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

.github/workflows/CI.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)