Skip to content

Commit

Permalink
Delete build dir in between builds
Browse files Browse the repository at this point in the history
  • Loading branch information
phoerious committed Jul 6, 2021
1 parent a89caf1 commit 217ab0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
for py in $(eval ls -d "/opt/python/{$PY_TARGETS}/bin/python"); do
BUILD_PACKAGES=${pkg} ${py} setup.py bdist_wheel
rm -rf build
done
done
Expand Down

0 comments on commit 217ab0a

Please sign in to comment.