Skip to content

Commit 8260525

Browse files
committed
Update publish_pypi.sh
1 parent 44ab2a3 commit 8260525

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

publish_pypi.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# Ensure twine and build are installed
55
pip install twine build
66

7+
rm -rf dist
8+
79
# Build the package
810
python -m build
911

0 commit comments

Comments
 (0)