File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
1919
2020 - name : Build sdist
2121 run : pipx run build --sdist
22-
22+
2323 - name : Install sdist
2424 run : pip install dist/*.tar.gz
2525
2626 - uses : actions/upload-artifact@v4
2727 with :
2828 name : " sdist"
2929 path : dist/*.tar.gz
30-
30+
3131 build_wheels :
3232 name : Build wheels on ${{ matrix.os }}
3333 runs-on : ${{ matrix.os }}
@@ -41,19 +41,19 @@ jobs:
4141 - uses : actions/checkout@v4
4242 with :
4343 submodules : recursive
44-
44+
4545 - name : Build wheels
46- uses : joerick/cibuildwheel@v2.21.2
46+ uses : joerick/cibuildwheel@v3.3
4747 env :
4848 CIBW_TEST_SKIP : " *"
4949 CIBW_SKIP : " pp*"
50-
50+
5151 - uses : actions/upload-artifact@v4
5252 with :
5353 name : " ${{ matrix.os }}"
5454 path : ./wheelhouse/*.whl
5555 retention-days : 1
56-
56+
5757 build_manylinux_wheels_ubuntu :
5858 name : Build manylinux wheels on ubuntu-latest
5959 runs-on : ubuntu-latest
7070 platforms : all
7171
7272 - name : Build wheels
73- uses : joerick/cibuildwheel@v2.21.2
73+ uses : joerick/cibuildwheel@v3.3
7474 env :
7575 CIBW_TEST_SKIP : " *"
7676 CIBW_SKIP : " pp* *-musllinux*"
@@ -97,11 +97,11 @@ jobs:
9797 platforms : all
9898
9999 - name : Build wheels
100- uses : joerick/cibuildwheel@v2.21.2
100+ uses : joerick/cibuildwheel@v3.3
101101 env :
102102 CIBW_TEST_SKIP : " *"
103103 CIBW_SKIP : " pp* *-manylinux*"
104- # fmod requires:
104+ # fmod requires:
105105 # default via musl: -exclude flag
106106 # libdl.so.2 => /lib/ld-musl-x86_64.so.1 (0x7faeb127d000)
107107 # librt.so.1 => /lib/ld-musl-x86_64.so.1 (0x7faeb127d000)
You can’t perform that action at this time.
0 commit comments