Skip to content

Commit 717f681

Browse files
authored
[ci] can't cache wheels when publishing
1 parent a60b566 commit 717f681

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ jobs:
143143
. venv/bin/activate || . venv/Scripts/activate # 'Scripts' on windows, 'bin' on Linux / macOS
144144
python -m pip install --upgrade pip
145145
python -m pip install maturin==0.9.4 pytest==6.1.2
146-
146+
147+
# remove potentially cached wheels
148+
rm target/wheels/* || true
147149
bash scripts/maturin.sh build --interpreter python --release --manylinux 2014
148150
bash scripts/maturin.sh develop --release
149151

0 commit comments

Comments
 (0)