Skip to content

Commit ec44fed

Browse files
Added removal of the build directory in release.sh
1 parent 9b690b4 commit ec44fed

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
@@ -7,4 +7,5 @@ rm -rf build/*
77
python setup.py bdist_wheel --universal
88
python setup.py sdist
99
twine upload dist/tokenizer-$1*
10+
rm -rf build/*
1011

0 commit comments

Comments
 (0)