Skip to content

Commit

Permalink
Update maturin
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Sep 11, 2024
1 parent 1ae6b68 commit 7d28bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/extensive-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install maturin==1.1.0
python -m pip install maturin==1.7.0
- name: Build Linux in manylinux_2_28 with maturin on Python ${{ matrix.python }}
run: |
Expand All @@ -77,7 +77,7 @@ jobs:
. ./activate && \
pip install --upgrade pip
'
docker run --rm -v $(pwd):/io ghcr.io/pyo3/maturin:v1.1.0 build --release --strip --manylinux 2_28
docker run --rm -v $(pwd):/io ghcr.io/pyo3/maturin:v1.7.0 build --release --strip --manylinux 2_28
# Refresh in case any ownerships changed.
mv target target.docker && cp -r target.docker target
# Ensure an empty .cargo-lock file exists.
Expand Down

0 comments on commit 7d28bbd

Please sign in to comment.