We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ab2a3 commit 8260525Copy full SHA for 8260525
publish_pypi.sh
@@ -4,6 +4,8 @@
4
# Ensure twine and build are installed
5
pip install twine build
6
7
+rm -rf dist
8
+
9
# Build the package
10
python -m build
11
0 commit comments