@@ -61,43 +61,43 @@ jobs:
6161 name : wheels-linux-${{ matrix.platform.target }}
6262 path : dist
6363
64- musllinux :
65- runs-on : ${{ matrix.platform.runner }}
66- strategy :
67- matrix :
68- platform :
69- - runner : ubuntu-22.04
70- target : x86_64
71- - runner : ubuntu-22.04
72- target : x86
73- - runner : ubuntu-22.04
74- target : aarch64
75- # - runner: ubuntu-22.04
76- # target: armv7
77- steps :
78- - uses : actions/checkout@v4
79- - uses : actions/setup-python@v5
80- with :
81- python-version : 3.x
82- - name : Build wheels
83- uses : PyO3/maturin-action@v1
84- with :
85- target : ${{ matrix.platform.target }}
86- args : --release --out dist --manifest-path bindings/python/Cargo.toml
87- sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
88- manylinux : musllinux_1_2
89- - name : Build free-threaded wheels
90- uses : PyO3/maturin-action@v1
91- with :
92- target : ${{ matrix.platform.target }}
93- args : --release --out dist --manifest-path bindings/python/Cargo.toml -i python3.13t
94- sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
95- manylinux : musllinux_1_2
96- - name : Upload wheels
97- uses : actions/upload-artifact@v4
98- with :
99- name : wheels-musllinux-${{ matrix.platform.target }}
100- path : dist
64+ # musllinux:
65+ # runs-on: ${{ matrix.platform.runner }}
66+ # strategy:
67+ # matrix:
68+ # platform:
69+ # - runner: ubuntu-22.04
70+ # target: x86_64
71+ # - runner: ubuntu-22.04
72+ # target: x86
73+ # - runner: ubuntu-22.04
74+ # target: aarch64
75+ # - runner: ubuntu-22.04
76+ # target: armv7
77+ # steps:
78+ # - uses: actions/checkout@v4
79+ # - uses: actions/setup-python@v5
80+ # with:
81+ # python-version: 3.x
82+ # - name: Build wheels
83+ # uses: PyO3/maturin-action@v1
84+ # with:
85+ # target: ${{ matrix.platform.target }}
86+ # args: --release --out dist --manifest-path bindings/python/Cargo.toml
87+ # sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
88+ # manylinux: musllinux_1_2
89+ # - name: Build free-threaded wheels
90+ # uses: PyO3/maturin-action@v1
91+ # with:
92+ # target: ${{ matrix.platform.target }}
93+ # args: --release --out dist --manifest-path bindings/python/Cargo.toml -i python3.13t
94+ # sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
95+ # manylinux: musllinux_1_2
96+ # - name: Upload wheels
97+ # uses: actions/upload-artifact@v4
98+ # with:
99+ # name: wheels-musllinux-${{ matrix.platform.target }}
100+ # path: dist
101101
102102 windows :
103103 runs-on : ${{ matrix.platform.runner }}
0 commit comments