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 44395ae commit 3a47ed3Copy full SHA for 3a47ed3
source/ports/py_port/upload.sh
@@ -31,7 +31,7 @@ fi
31
32
# Install dependencies and upload MetaCall package
33
python3 -m pip install --user --upgrade twine setuptools wheel build
34
-python3 -m build
+# python3 -m build
35
python3 setup.py sdist bdist_wheel
36
python3 -m twine check dist/*
37
python3 -m twine upload dist/*
0 commit comments