Skip to content

Commit 2cc8731

Browse files
committed
remove dist/* before uploading
1 parent 1fc9fa8 commit 2cc8731

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

upload.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
22
#python setup.py sdist upload
3+
rm ./dist/*
34
python setup.py sdist bdist_wheel
45
twine upload dist/*

0 commit comments

Comments
 (0)