Skip to content

Commit d3894f2

Browse files
committed
Update release python.
1 parent 8fa2125 commit d3894f2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

source/ports/py_port/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.5.1

source/ports/py_port/upload.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ if [[ "$PYPI_VERSION" == "$PORT_VERSION" ]]; then
3030
fi
3131

3232
# Install dependencies and upload MetaCall package
33-
python3 -m pip install --user --upgrade twine setuptools wheel build
34-
python3 -m build
33+
python3 -m pip install --user --upgrade twine setuptools wheel # build
34+
# python3 -m build
35+
python3 setup.py sdist bdist_wheel
3536
python3 -m twine check dist/*
3637
python3 -m twine upload dist/*
3738

0 commit comments

Comments
 (0)