Skip to content

Commit

Permalink
Clean dist directory before building new package
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Oct 31, 2020
1 parent 988788f commit 9472528
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
set -euo pipefail

mkdir -p dist
rm -f dist/*
python setup.py bdist_wheel --universal

0 comments on commit 9472528

Please sign in to comment.