Skip to content

Commit 3ef7041

Browse files
committed
Disable yet another job
1 parent 1a8d130 commit 3ef7041

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/release.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -446,24 +446,24 @@ jobs:
446446
name: ${{ github.job }}-${{ matrix.platform.target }}
447447
path: dist
448448

449-
release-cli-wheels:
450-
runs-on: ubuntu-latest
451-
if: "startsWith(github.ref, 'refs/tags/')"
452-
needs:
453-
- cli-wheels-linux
454-
- cli-wheels-macos
455-
steps:
456-
- uses: actions/download-artifact@v4
457-
with:
458-
pattern: "cli-wheels-*"
459-
merge-multiple: true
460-
- name: Publish to PyPI
461-
uses: PyO3/maturin-action@v1
462-
env:
463-
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN_CLI }}
464-
with:
465-
command: upload
466-
args: --skip-existing *
449+
# release-cli-wheels:
450+
# runs-on: ubuntu-latest
451+
# if: "startsWith(github.ref, 'refs/tags/')"
452+
# needs:
453+
# - cli-wheels-linux
454+
# - cli-wheels-macos
455+
# steps:
456+
# - uses: actions/download-artifact@v4
457+
# with:
458+
# pattern: "cli-wheels-*"
459+
# merge-multiple: true
460+
# - name: Publish to PyPI
461+
# uses: PyO3/maturin-action@v1
462+
# env:
463+
# MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN_CLI }}
464+
# with:
465+
# command: upload
466+
# args: --skip-existing *
467467

468468
release-wheels:
469469
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)