Skip to content

Commit 1a1e50e

Browse files
committed
Upgrade cibuildwheel to 3.3.0 for linux/windows
1 parent aed635c commit 1a1e50e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_publish_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
3838
3939
- name: Build wheels
40-
uses: pypa/cibuildwheel@v2.20.0
40+
uses: pypa/cibuildwheel@v3.3.0
4141
with:
4242
output-dir: dist
4343
env:

.github/workflows/build_and_publish_to_pypi_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo "openblas_lib=$openblas_lib_unix" >> "$GITHUB_OUTPUT"
2626
2727
- name: Build wheels
28-
uses: pypa/cibuildwheel@v3.0.0
28+
uses: pypa/cibuildwheel@v3.3.0
2929
with:
3030
output-dir: dist
3131
env:

0 commit comments

Comments
 (0)