Skip to content

Commit

Permalink
Fix cI?
Browse files Browse the repository at this point in the history
  • Loading branch information
jguhlin committed Jan 7, 2025
1 parent ea69a01 commit c4c241f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/create-python-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,15 @@ jobs:
args: --release --out dist
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 @@ -92,13 +94,15 @@ jobs:
args: --release --out dist
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 @@ -128,12 +132,14 @@ jobs:
target: ${{ matrix.platform.target }}
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: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand All @@ -149,6 +155,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
command: sdist
working-directory: "minimappers2"
args: --out dist
- name: Upload sdist
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -181,5 +188,6 @@ jobs:
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
with:
working-directory: "minimappers2"
command: upload
args: --non-interactive --skip-existing wheels-*/*

0 comments on commit c4c241f

Please sign in to comment.