Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --profile release-py --strip --out ../dist -i python3.13t
args: --profile release-py --strip --out ../dist -i python3.14t
sccache: "true"
manylinux: ${{ matrix.platform.manylinux }}
working-directory: ${{ env.MODULE_DIR }}
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --profile release-py --strip --out ../dist -i python3.13t
args: --profile release-py --strip --out ../dist -i python3.14t
sccache: "true"
manylinux: musllinux_1_2
working-directory: ${{ env.MODULE_DIR }}
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --profile release-py --strip --out ../dist -i python3.13t
args: --profile release-py --strip --out ../dist -i python3.14t
sccache: "true"
working-directory: ${{ env.MODULE_DIR }}
- name: Upload wheels
Expand Down
Loading