File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ 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.20.0
24
+ uses : pypa/cibuildwheel@v2.21.2
25
25
env :
26
26
CIBW_BUILD :
27
27
# "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*"
28
28
" cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*"
29
29
CIBW_TEST_COMMAND : " python -m pymunk.tests"
30
- CIBW_BUILD_VERBOSITY : 3
30
+ # CIBW_BUILD_VERBOSITY: 3
31
31
with :
32
32
package-dir : " $SDIST_PATH"
33
33
56
56
- uses : actions/checkout@v4
57
57
with :
58
58
submodules : true
59
- - uses : pypa/cibuildwheel@v2.20.0
59
+ - uses : pypa/cibuildwheel@v2.21.2
60
60
env :
61
61
CIBW_PLATFORM : pyodide
62
62
PYMUNK_BUILD_SLIM : 1
You can’t perform that action at this time.
0 commit comments