Skip to content

Commit c8a8634

Browse files
committed
Making sure old build files are removed from release
1 parent 2d3c94f commit c8a8634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
rm -rf ./build/*
23
rm ./dist/*
34
python setup.py sdist bdist_wheel
45
twine upload dist/*

0 commit comments

Comments
 (0)