Skip to content

Commit 3a47ed3

Browse files
committed
Remove python build.
1 parent 44395ae commit 3a47ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ports/py_port/upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fi
3131

3232
# Install dependencies and upload MetaCall package
3333
python3 -m pip install --user --upgrade twine setuptools wheel build
34-
python3 -m build
34+
# python3 -m build
3535
python3 setup.py sdist bdist_wheel
3636
python3 -m twine check dist/*
3737
python3 -m twine upload dist/*

0 commit comments

Comments
 (0)