Skip to content

Commit

Permalink
update maturin
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico committed Nov 26, 2024
1 parent 643648d commit f0b4836
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,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 +105,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 +132,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 +149,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

0 comments on commit f0b4836

Please sign in to comment.