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

Commit 090afd0

Browse files
committed
use latest in docker
1 parent 5318e64 commit 090afd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Install dependencies
6262
run: |
6363
python -m pip install --upgrade pip
64-
pip install maturin==0.12.11
64+
pip install maturin==0.12.16
6565
6666
- run: rm LICENSE.txt
6767
- name: Download LICENSE.txt
@@ -105,7 +105,7 @@ jobs:
105105
export RUSTFLAGS='-C target-cpu=skylake'
106106
docker run --rm -v $(pwd):/io \
107107
--workdir /io \
108-
konstin2/maturin:v0.12.11 \
108+
konstin2/maturin:latest \
109109
build --release --manylinux 2010 --cargo-extra-args="--locked"
110110
- name: Archive wheels
111111
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)