Skip to content

Commit

Permalink
Delete old .whl files before building another (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Apr 10, 2024
1 parent f56693c commit 80f69af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/install-python-wheel.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
# Builds and installs Python wheel for local testing
rm -f dist/*.whl
python -m build --wheel && pip install --user --break-system-packages --force-reinstall dist/*.whl

0 comments on commit 80f69af

Please sign in to comment.