Skip to content

Commit

Permalink
Disable free threaded wheels, pyo3 does not yet support
Browse files Browse the repository at this point in the history
  • Loading branch information
jguhlin committed Jan 7, 2025
1 parent b4e16e7 commit 78cf554
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/create-python-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ jobs:
sccache: 'true'
manylinux: auto
working-directory: "minimappers2"
- name: Build free-threaded wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist -i python3.13t
sccache: 'true'
manylinux: auto
working-directory: "minimappers2"
# - name: Build free-threaded wheels
# uses: PyO3/maturin-action@v1
# with:
# target: ${{ matrix.platform.target }}
# args: --release --out dist -i python3.13t
# sccache: 'true'
# manylinux: auto
# working-directory: "minimappers2"
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -97,14 +97,14 @@ jobs:
sccache: 'true'
manylinux: musllinux_1_2
working-directory: "minimappers2"
- name: Build free-threaded wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist -i python3.13t
sccache: 'true'
manylinux: musllinux_1_2
working-directory: "minimappers2"
# - name: Build free-threaded wheels
# uses: PyO3/maturin-action@v1
# with:
# target: ${{ matrix.platform.target }}
# args: --release --out dist -i python3.13t
# sccache: 'true'
# manylinux: musllinux_1_2
# working-directory: "minimappers2"
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -137,13 +137,13 @@ jobs:
args: --release --out dist
sccache: 'true'
working-directory: "minimappers2"
- name: Build free-threaded wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist -i python3.13t
sccache: 'true'
working-directory: "minimappers2"
# - name: Build free-threaded wheels
# uses: PyO3/maturin-action@v1
# with:
# target: ${{ matrix.platform.target }}
# args: --release --out dist -i python3.13t
# sccache: 'true'
# working-directory: "minimappers2"
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 78cf554

Please sign in to comment.