diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4b95af7..ddced7e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -53,7 +53,7 @@ jobs: - name: Install MinGW compiler(s) run: choco install mingw - - uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0 + - uses: pypa/cibuildwheel@932529cab190fafca8c735a551657247fa8f8eaf # v2.19.1 with: package-dir: . output-dir: wheelhouse @@ -77,7 +77,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0 + - uses: pypa/cibuildwheel@932529cab190fafca8c735a551657247fa8f8eaf # v2.19.1 with: package-dir: . output-dir: wheelhouse @@ -112,7 +112,7 @@ jobs: with: platforms: all - - uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0 + - uses: pypa/cibuildwheel@932529cab190fafca8c735a551657247fa8f8eaf # v2.19.1 with: package-dir: . output-dir: wheelhouse @@ -148,7 +148,7 @@ jobs: platforms: all - name: Build binary distribution (wheel) on Linux (s390x) - uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0 + uses: pypa/cibuildwheel@932529cab190fafca8c735a551657247fa8f8eaf # v2.19.1 with: package-dir: . output-dir: wheelhouse @@ -184,7 +184,7 @@ jobs: platforms: all - name: Build binary distribution (wheel) on Linux (ppc64le) - uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0 + uses: pypa/cibuildwheel@932529cab190fafca8c735a551657247fa8f8eaf # v2.19.1 with: package-dir: . output-dir: wheelhouse @@ -221,7 +221,7 @@ jobs: cache: false check-latest: true - - uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0 + - uses: pypa/cibuildwheel@932529cab190fafca8c735a551657247fa8f8eaf # v2.19.1 with: package-dir: . output-dir: wheelhouse @@ -249,7 +249,7 @@ jobs: cache: false check-latest: true - - uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0 + - uses: pypa/cibuildwheel@932529cab190fafca8c735a551657247fa8f8eaf # v2.19.1 with: package-dir: . output-dir: wheelhouse diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c22af1a..81772de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -182,7 +182,7 @@ jobs: if: matrix.runs-on == 'windows-latest' && matrix.architecture == 'arm64' # We need to use cibuildwheel because it has experimental support for cross-compiling # to arm64 and setup-python does not have arm64 support on Windows right now - uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0 + uses: pypa/cibuildwheel@932529cab190fafca8c735a551657247fa8f8eaf # v2.19.1 with: package-dir: . output-dir: wheelhouse @@ -202,7 +202,7 @@ jobs: # do not need to do that manually unless we use setup-python instead. - name: Build binary distribution (wheel) on Windows (i686) if: matrix.runs-on == 'windows-latest' && matrix.architecture == 'i686' - uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0 + uses: pypa/cibuildwheel@932529cab190fafca8c735a551657247fa8f8eaf # v2.19.1 with: package-dir: . output-dir: wheelhouse