diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 569e0d1..431e7a1 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -16,10 +16,10 @@ jobs: submodules: recursive # Used to host cibuildwheel - - uses: actions/setup-python@v3 + - uses: actions/setup-python@v4 - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.17.0 + run: python -m pip install cibuildwheel==2.17.0 setuptools - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse