Skip to content

Commit e6d2514

Browse files
committed
Testing python again.
1 parent 6566c70 commit e6d2514

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

source/ports/py_port/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.1
1+
0.6.0

source/ports/py_port/upload.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ if [[ "$PYPI_VERSION" == "$PORT_VERSION" ]]; then
2929
exit 0
3030
fi
3131

32-
TWINE_USERNAME=${PYTHON_PYPI_USERNAME:-}
32+
TWINE_USERNAME=${PYTHON_PYPI_USER:-}
3333
TWINE_PASSWORD=${PYTHON_PYPI_PASSWORD:-}
3434

3535
# Install dependencies and upload MetaCall package
3636
python3 -m pip install --user --upgrade twine setuptools wheel
37-
python3 setup.py sdist bdist_wheel
37+
# python3 setup.py sdist bdist_wheel
38+
python3 -m build
3839
python3 -m twine check dist/*
3940
python3 -m twine upload -u "${TWINE_USERNAME}" -p "${TWINE_PASSWORD}" dist/*
4041

0 commit comments

Comments
 (0)