diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index facc71f..43527f3 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -28,7 +28,7 @@ jobs: sdist: name: Build sdist runs-on: ubuntu-latest - needs: ["build_wheels","build-win32-wheels"] + # needs: ["build_wheels"] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4