diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 9e2be28..a6c6387 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -15,9 +15,13 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + + - name: Install cibuildwheel + run: python -m pip install cibuildwheel==2.21.3 - name: Build wheels - uses: pypa/cibuildwheel@v2.21.2 + run: python -m cibuildwheel --output-dir wheelhouse - uses: actions/upload-artifact@v4 with: