@@ -54,14 +54,14 @@ jobs:
5454 sccache : ' true'
5555 manylinux : auto
5656 working-directory : " minimappers2"
57- - name : Build free-threaded wheels
58- uses : PyO3/maturin-action@v1
59- with :
60- target : ${{ matrix.platform.target }}
61- args : --release --out dist -i python3.13t
62- sccache : ' true'
63- manylinux : auto
64- working-directory : " minimappers2"
57+ # - name: Build free-threaded wheels
58+ # uses: PyO3/maturin-action@v1
59+ # with:
60+ # target: ${{ matrix.platform.target }}
61+ # args: --release --out dist -i python3.13t
62+ # sccache: 'true'
63+ # manylinux: auto
64+ # working-directory: "minimappers2"
6565 - name : Upload wheels
6666 uses : actions/upload-artifact@v4
6767 with :
@@ -97,14 +97,14 @@ jobs:
9797 sccache : ' true'
9898 manylinux : musllinux_1_2
9999 working-directory : " minimappers2"
100- - name : Build free-threaded wheels
101- uses : PyO3/maturin-action@v1
102- with :
103- target : ${{ matrix.platform.target }}
104- args : --release --out dist -i python3.13t
105- sccache : ' true'
106- manylinux : musllinux_1_2
107- working-directory : " minimappers2"
100+ # - name: Build free-threaded wheels
101+ # uses: PyO3/maturin-action@v1
102+ # with:
103+ # target: ${{ matrix.platform.target }}
104+ # args: --release --out dist -i python3.13t
105+ # sccache: 'true'
106+ # manylinux: musllinux_1_2
107+ # working-directory: "minimappers2"
108108 - name : Upload wheels
109109 uses : actions/upload-artifact@v4
110110 with :
@@ -137,13 +137,13 @@ jobs:
137137 args : --release --out dist
138138 sccache : ' true'
139139 working-directory : " minimappers2"
140- - name : Build free-threaded wheels
141- uses : PyO3/maturin-action@v1
142- with :
143- target : ${{ matrix.platform.target }}
144- args : --release --out dist -i python3.13t
145- sccache : ' true'
146- working-directory : " minimappers2"
140+ # - name: Build free-threaded wheels
141+ # uses: PyO3/maturin-action@v1
142+ # with:
143+ # target: ${{ matrix.platform.target }}
144+ # args: --release --out dist -i python3.13t
145+ # sccache: 'true'
146+ # working-directory: "minimappers2"
147147 - name : Upload wheels
148148 uses : actions/upload-artifact@v4
149149 with :
0 commit comments