Skip to content

Commit 0f032cc

Browse files
committed
fix: remove dist to remove old builds
1 parent 315bd53 commit 0f032cc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

publish.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
#!/bin/bash
2+
rm -rf dist
13
python3 setup.py sdist bdist_wheel
24
twine upload dist/*

0 commit comments

Comments
 (0)