Skip to content

Commit 9421bf4

Browse files
committed
Use latest cibuildwheel to build wasm
1 parent b502481 commit 9421bf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ jobs:
5555
- uses: actions/checkout@v4
5656
with:
5757
submodules: true
58-
- uses: pypa/cibuildwheel@v2.19
58+
- uses: pypa/cibuildwheel@v2.20.0
5959
env:
6060
CIBW_PLATFORM: pyodide
6161
PYMUNK_BUILD_SLIM: 1
6262
- uses: actions/upload-artifact@v4
6363
if: ${{ github.ref == 'refs/heads/master' }}
6464
with:
65-
path: ./dist/*.whl
65+
path: ./wheelhouse/*.whl
6666
retention-days: 7

0 commit comments

Comments
 (0)