We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60b566 commit 717f681Copy full SHA for 717f681
.github/workflows/ci.yml
@@ -143,7 +143,9 @@ jobs:
143
. venv/bin/activate || . venv/Scripts/activate # 'Scripts' on windows, 'bin' on Linux / macOS
144
python -m pip install --upgrade pip
145
python -m pip install maturin==0.9.4 pytest==6.1.2
146
-
+
147
+ # remove potentially cached wheels
148
+ rm target/wheels/* || true
149
bash scripts/maturin.sh build --interpreter python --release --manylinux 2014
150
bash scripts/maturin.sh develop --release
151
0 commit comments