We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474afc6 commit f138758Copy full SHA for f138758
1 file changed
pypi.sh
@@ -55,6 +55,11 @@
55
# Functions #
56
###############
57
58
+local_test()
59
+{
60
+ twine check dist/*
61
+}
62
+
63
upload_test_pypi()
64
{
65
# Upload to Test PyPi
@@ -106,6 +111,7 @@ upload_pypi()
106
111
107
112
rm -rf dist
108
113
python3 -m build --sdist --wheel
109
-upload_test_pypi
114
+local_test
115
+# upload_test_pypi
110
116
# upload_pypi
117
rm -rf build dist stumpy.egg-info
0 commit comments