We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa2125 commit d3894f2Copy full SHA for d3894f2
source/ports/py_port/VERSION
@@ -1 +1 @@
1
-0.6.0
+0.5.1
source/ports/py_port/upload.sh
@@ -30,8 +30,9 @@ if [[ "$PYPI_VERSION" == "$PORT_VERSION" ]]; then
30
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 pip install --user --upgrade twine setuptools wheel # build
+# python3 -m build
35
+python3 setup.py sdist bdist_wheel
36
python3 -m twine check dist/*
37
python3 -m twine upload dist/*
38
0 commit comments