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

Commit c01860d

Browse files
authored
use maturin 0.12.6 (#13)
1 parent 26cb5fb commit c01860d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
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.11.5
64+
pip install maturin==0.12.6
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.11.2 \
108+
konstin2/maturin:v0.12.6 \
109109
build --release --manylinux 2010 --locked
110110
- name: Archive wheels
111111
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)