diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d4f00e1..8ae656ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -163,11 +163,11 @@ jobs: with: command: upload args: --non-interactive --skip-existing wheels-*/* - - name: Publish to PyPI If workflow_dispatch is triggered - if: ${{ github.event_name }} == "workflow_dispatch" - uses: PyO3/maturin-action@v1 - env: - MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} - with: - command: upload - args: --non-interactive --skip-existing wheels-*/* \ No newline at end of file + # - name: Publish to PyPI If workflow_dispatch is triggered + # if: ${{ github.event_name }} == "workflow_dispatch" + # uses: PyO3/maturin-action@v1 + # env: + # MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} + # with: + # command: upload + # args: --non-interactive --skip-existing wheels-*/* \ No newline at end of file