Skip to content

Commit

Permalink
update maturin
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico committed Nov 27, 2024
1 parent 3042978 commit 54d9a2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
maturin-version: "1.7.4"
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
sccache: 'true'
Expand Down Expand Up @@ -76,6 +77,7 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
maturin-version: "1.7.4"
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
sccache: 'true'
Expand Down Expand Up @@ -104,6 +106,7 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
maturin-version: "1.7.4"
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
sccache: 'true'
Expand All @@ -130,6 +133,7 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
maturin-version: "1.7.4"
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
sccache: 'true'
Expand All @@ -146,6 +150,7 @@ jobs:
- name: Build sdist
uses: PyO3/maturin-action@v1
with:
maturin-version: "1.7.4"
command: sdist
args: --out dist
- name: Upload sdist
Expand Down Expand Up @@ -178,5 +183,6 @@ jobs:
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
maturin-version: "1.7.4"
command: upload
args: --non-interactive --skip-existing wheels-*/*

0 comments on commit 54d9a2b

Please sign in to comment.