Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
use latest in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jimexist committed Jun 5, 2022
1 parent 5318e64 commit 090afd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install maturin==0.12.11
pip install maturin==0.12.16
- run: rm LICENSE.txt
- name: Download LICENSE.txt
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
export RUSTFLAGS='-C target-cpu=skylake'
docker run --rm -v $(pwd):/io \
--workdir /io \
konstin2/maturin:v0.12.11 \
konstin2/maturin:latest \
build --release --manylinux 2010 --cargo-extra-args="--locked"
- name: Archive wheels
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 090afd0

Please sign in to comment.