diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12e4d1ba..ef19c833 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: brew install make automake swig gmp mpfr boost export PATH="/usr/local/opt/make/libexec/gnubin:$PATH" - - uses: pypa/cibuildwheel@v2.17 + - uses: pypa/cibuildwheel@v2.18 env: CIBW_ARCHS: ${{ matrix.arch }} CIBW_BUILD: cp${{ matrix.python }}-* diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index cda33051..61fac281 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -65,7 +65,7 @@ jobs: brew install make automake swig gmp mpfr boost export PATH="/usr/local/opt/make/libexec/gnubin:$PATH" - - uses: pypa/cibuildwheel@v2.17 + - uses: pypa/cibuildwheel@v2.18 env: CIBW_ARCHS: ${{ matrix.arch }} CIBW_BUILD: cp${{ matrix.python }}-*