Skip to content

Commit

Permalink
CI: disable windows python3.13t build
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed Dec 26, 2024
1 parent df27a9f commit 4c9a180
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,12 @@ jobs:
target: ${{ matrix.platform.target }}
args: --release --out dist
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'
#- name: Build free-threaded wheels
# uses: PyO3/maturin-action@v1
# with:
# target: ${{ matrix.platform.target }}
# args: --release --out dist -i python3.13t
# sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4c9a180

Please sign in to comment.