Skip to content

Commit d444542

Browse files
committed
Update cibuildwheel to 3.1.4
1 parent abba616 commit d444542

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python3 -c "import pathlib,glob;pathlib.Path('GITHUB_ENV').write_text('SDIST_PATH' + glob.glob('dist/*.tar.gz')[0])"
2323
2424
- name: Build wheels
25-
uses: pypa/[email protected].2
25+
uses: pypa/[email protected].4
2626
env:
2727
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-* pp310-* pp311-*"
2828
with:
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v4
5454
with:
5555
submodules: true
56-
- uses: pypa/[email protected].2
56+
- uses: pypa/[email protected].4
5757
env:
5858
CIBW_PLATFORM: pyodide
5959
- uses: actions/upload-artifact@v4
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
submodules: true
7474
- run: brew upgrade cmake
75-
- uses: pypa/[email protected].2
75+
- uses: pypa/[email protected].4
7676
env:
7777
CIBW_PLATFORM: ios
7878
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)