We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f19fc commit fc4b727Copy full SHA for fc4b727
.github/workflows/wheels.yml
@@ -21,7 +21,7 @@ jobs:
21
python3 -c "import pathlib,glob;pathlib.Path('GITHUB_ENV').write_text('SDIST_PATH' + glob.glob('dist/*.tar.gz')[0])"
22
23
- name: Build wheels
24
- uses: pypa/cibuildwheel@v2.21.2
+ uses: pypa/cibuildwheel@v2.22.0
25
env:
26
CIBW_BUILD:
27
# "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*"
@@ -56,10 +56,11 @@ jobs:
56
- uses: actions/checkout@v4
57
with:
58
submodules: true
59
- - uses: pypa/cibuildwheel@v2.21.2
+ - uses: pypa/cibuildwheel@v2.22.0
60
61
CIBW_PLATFORM: pyodide
62
PYMUNK_BUILD_SLIM: 1
63
+ CIBW_TEST_COMMAND: python -c "import pymunk"
64
- uses: actions/upload-artifact@v4
65
if: ${{ github.ref == 'refs/heads/master' }}
66
0 commit comments