File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
21
21
python3 -c "import pathlib,glob;pathlib.Path('GITHUB_ENV').write_text('SDIST_PATH' + glob.glob('dist/*.tar.gz')[0])"
22
22
23
23
- name : Build wheels
24
- uses : pypa/cibuildwheel@v2.18.1
24
+ uses : pypa/cibuildwheel@v2.20.0
25
25
env :
26
26
CIBW_BUILD :
27
- " cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* pp39-* pp310-*"
27
+ " cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*"
28
28
CIBW_TEST_COMMAND : " python -m pymunk.tests"
29
29
CIBW_BUILD_VERBOSITY : 3
30
30
with :
55
55
- uses : actions/checkout@v4
56
56
with :
57
57
submodules : true
58
- - uses : actions/setup-python@v5
59
- with :
60
- python-version : " 3.11.2"
61
- - run : |
62
- pip install pyodide-build>=0.23.3
63
- echo EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version) >> $GITHUB_ENV
64
- - uses : mymindstorm/setup-emsdk@v14
65
- with :
66
- version : ${{ env.EMSCRIPTEN_VERSION }}
67
- - run : pyodide build
58
+ - uses : pypa/cibuildwheel@v2.19
68
59
env :
60
+ CIBW_PLATFORM : pyodide
69
61
PYMUNK_BUILD_SLIM : 1
70
62
- uses : actions/upload-artifact@v4
71
63
if : ${{ github.ref == 'refs/heads/master' }}
You can’t perform that action at this time.
0 commit comments