File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments