Skip to content

Commit

Permalink
Update release python.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Dec 18, 2024
1 parent 8fa2125 commit d3894f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/ports/py_port/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.5.1
5 changes: 3 additions & 2 deletions source/ports/py_port/upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

Expand Down

0 comments on commit d3894f2

Please sign in to comment.