Skip to content

Commit

Permalink
CI: use cibuildwheel v2.19.2 (the actual commit from the tag)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Aug 1, 2024
1 parent 105cc91 commit 2dafd36
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v4

- name: Build and test PyWavelets
uses: pypa/cibuildwheel@v2.19.2
uses: pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
env:
CIBW_PLATFORM: pyodide
CIBW_TEST_REQUIRES: pytest matplotlib
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/freethreaded_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo "CIBW_TEST_COMMAND=PYTHON_GIL=0 $CIBW_TEST_COMMAND" >> "$GITHUB_ENV"
- name: Build the wheel
uses: pypa/cibuildwheel@147de6f4f7bba00e694321b7cf3a519441a444fa # v2.19.0
uses: pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
with:
output-dir: dist
env:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Build wheels for CPython (macOS) (x86_64)
if: matrix.cibw_arch == 'x86_64'
uses: pypa/cibuildwheel@147de6f4f7bba00e694321b7cf3a519441a444fa # v2.19.0
uses: pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
with:
output-dir: dist
env:
Expand All @@ -122,7 +122,7 @@ jobs:

- name: Build wheels for CPython (macOS) (arm64)
if: matrix.cibw_arch == 'arm64'
uses: pypa/cibuildwheel@147de6f4f7bba00e694321b7cf3a519441a444fa # v2.19.0
uses: pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
with:
output-dir: dist
env:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/wheel_tests_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
python-version: "3.10"
- name: Build the wheel
uses: pypa/cibuildwheel@147de6f4f7bba00e694321b7cf3a519441a444fa # 2.18.1
uses: pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
with:
output-dir: dist
env:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
with:
platforms: arm64
- name: Build the wheel
uses: pypa/cibuildwheel@147de6f4f7bba00e694321b7cf3a519441a444fa # 2.18.1
uses: pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
with:
output-dir: dist
env:
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:

- name: Build wheels for CPython (macOS) (x86_64)
if: matrix.cibw_arch == 'x86_64'
uses: pypa/cibuildwheel@147de6f4f7bba00e694321b7cf3a519441a444fa # 2.18.1
uses: pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
with:
output-dir: dist
env:
Expand All @@ -130,7 +130,7 @@ jobs:

- name: Build wheels for CPython (macOS) (arm64)
if: matrix.cibw_arch == 'arm64'
uses: pypa/cibuildwheel@147de6f4f7bba00e694321b7cf3a519441a444fa # 2.18.1
uses: pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
with:
output-dir: dist
env:
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
architecture: x64

- name: Build Windows wheels for CPython
uses: pypa/cibuildwheel@147de6f4f7bba00e694321b7cf3a519441a444fa # 2.18.1
uses: pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
with:
output-dir: dist
env:
Expand Down

0 comments on commit 2dafd36

Please sign in to comment.