Skip to content

Commit ea844bc

Browse files
Henry Chanhenrylamchan
authored andcommitted
Clear out dist directory before building
1 parent 4a0c888 commit ea844bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/build_and_upload_dist.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2+
# Clean out the dist directory so only the current release gets uploaded
3+
rm dist/*
4+
25
# Build the distribution
36
python3 setup.py sdist bdist_wheel
47

0 commit comments

Comments
 (0)