Skip to content
This repository was archived by the owner on Jul 25, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.11.5
pip install maturin==0.12.6

- 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.11.2 \
konstin2/maturin:v0.12.6 \
build --release --manylinux 2010 --locked
- name: Archive wheels
uses: actions/upload-artifact@v2
Expand Down