diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 1296f9a..e7992e9 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -61,7 +61,8 @@ jobs: publish: name: Publish to PyPI runs-on: ubuntu-latest - needs: [source, wheels] + # needs: [source, wheels] + needs: wheels if: github.event_name == 'release' steps: