We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b54a34 commit f073d55Copy full SHA for f073d55
publish.sh
@@ -12,5 +12,6 @@ cp ../README.md .
12
rm dist/*
13
export PIP_USER=
14
python -m build
15
-# twine upload dist/*
16
-
+if [[ $1 == "upload" ]]; then
+ twine upload dist/*
17
+fi
0 commit comments