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 4c4ed62 commit 0b7a0e2Copy full SHA for 0b7a0e2
release.sh
@@ -83,7 +83,7 @@ python3 setup.py sdist
83
python3 setup.py bdist_wheel
84
85
echo "Releasing PyPi package..."
86
-#twine upload dist/*
+twine upload dist/*
87
88
echo "Triggering web docs build..."
89
git commit --allow-empty -m "Trigger web build for $TARGET_VERSION"
0 commit comments