diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6c4a037..294d4ee 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: uses: actions/setup-python@v4 - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.21.3 + run: python -m pip install cibuildwheel==2.23.3 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse