From d3894f29b08cdbf089839016361ef103da7bedd6 Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia Date: Wed, 18 Dec 2024 01:59:20 +0100 Subject: [PATCH] Update release python. --- source/ports/py_port/VERSION | 2 +- source/ports/py_port/upload.sh | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/source/ports/py_port/VERSION b/source/ports/py_port/VERSION index 09a3acfa1..5d4294b91 100644 --- a/source/ports/py_port/VERSION +++ b/source/ports/py_port/VERSION @@ -1 +1 @@ -0.6.0 \ No newline at end of file +0.5.1 \ No newline at end of file diff --git a/source/ports/py_port/upload.sh b/source/ports/py_port/upload.sh index d24895dc4..2ca4f09fd 100755 --- a/source/ports/py_port/upload.sh +++ b/source/ports/py_port/upload.sh @@ -30,8 +30,9 @@ if [[ "$PYPI_VERSION" == "$PORT_VERSION" ]]; then fi # Install dependencies and upload MetaCall package -python3 -m pip install --user --upgrade twine setuptools wheel build -python3 -m build +python3 -m pip install --user --upgrade twine setuptools wheel # build +# python3 -m build +python3 setup.py sdist bdist_wheel python3 -m twine check dist/* python3 -m twine upload dist/*