We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df27a9f commit 4c9a180Copy full SHA for 4c9a180
.github/workflows/CI.yml
@@ -175,12 +175,12 @@ jobs:
175
target: ${{ matrix.platform.target }}
176
args: --release --out dist
177
sccache: 'true'
178
- - name: Build free-threaded wheels
179
- uses: PyO3/maturin-action@v1
180
- with:
181
- target: ${{ matrix.platform.target }}
182
- args: --release --out dist -i python3.13t
183
- sccache: 'true'
+ #- name: Build free-threaded wheels
+ # uses: PyO3/maturin-action@v1
+ # with:
+ # target: ${{ matrix.platform.target }}
+ # args: --release --out dist -i python3.13t
+ # sccache: 'true'
184
- name: Upload wheels
185
uses: actions/upload-artifact@v4
186
with:
0 commit comments