Skip to content

Commit

Permalink
[ci] can't cache wheels when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
bminixhofer authored Apr 1, 2021
1 parent a60b566 commit 717f681
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ jobs:
. venv/bin/activate || . venv/Scripts/activate # 'Scripts' on windows, 'bin' on Linux / macOS
python -m pip install --upgrade pip
python -m pip install maturin==0.9.4 pytest==6.1.2
# remove potentially cached wheels
rm target/wheels/* || true
bash scripts/maturin.sh build --interpreter python --release --manylinux 2014
bash scripts/maturin.sh develop --release
Expand Down

0 comments on commit 717f681

Please sign in to comment.