File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -76,36 +76,36 @@ jobs:
7676 with :
7777 path : ./wheelhouse/*.whl
7878
79- build_musllinux_wheels_ubuntu :
80- name : Build musllinux wheels on ubuntu-latest
81- runs-on : ubuntu-latest
82- needs : [build_sdist]
79+ # build_musllinux_wheels_ubuntu:
80+ # name: Build musllinux wheels on ubuntu-latest
81+ # runs-on: ubuntu-latest
82+ # needs: [build_sdist]
8383
84- steps :
85- - uses : actions/checkout@v4
86- with :
87- submodules : recursive
84+ # steps:
85+ # - uses: actions/checkout@v4
86+ # with:
87+ # submodules: recursive
8888
89- - name : Set up QEMU
90- uses : docker/setup-qemu-action@v3
91- with :
92- platforms : all
89+ # - name: Set up QEMU
90+ # uses: docker/setup-qemu-action@v3
91+ # with:
92+ # platforms: all
9393
94- - name : Build wheels
95- uses : joerick/cibuildwheel@v2.21.2
96- env :
97- CIBW_TEST_SKIP : " *"
98- CIBW_SKIP : " pp* *-manylinux*"
99- CIBW_REPAIR_WHEEL_COMMAND : ' '
94+ # - name: Build wheels
95+ # uses: joerick/cibuildwheel@v2.21.2
96+ # env:
97+ # CIBW_TEST_SKIP: "*"
98+ # CIBW_SKIP: "pp* *-manylinux*"
99+ # CIBW_REPAIR_WHEEL_COMMAND: ''
100100
101- - uses : actions/upload-artifact@v3
102- with :
103- path : ./wheelhouse/*.whl
101+ # - uses: actions/upload-artifact@v3
102+ # with:
103+ # path: ./wheelhouse/*.whl
104104
105105
106106 upload_pypi :
107107 name : Publish to PyPI
108- needs : [build_wheels, build_manylinux_wheels_ubuntu, build_musllinux_wheels_ubuntu, build_sdist]
108+ needs : [build_wheels, build_manylinux_wheels_ubuntu, build_sdist]
109109 runs-on : ubuntu-latest
110110
111111 permissions :
You can’t perform that action at this time.
0 commit comments