Skip to content

Commit 4c9eab4

Browse files
author
begotxe
committed
fix pip incompatibility
1 parent 9afc01c commit 4c9eab4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis/upload_to_apipy_org.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ echo "Uploading package to pypi.org"
55
ls -l
66

77
python setup.py sdist bdist_wheel
8-
pip install twine --use-feature=2020-resolver
8+
pip install --upgrade pip
9+
pip install twine
910
twine upload -u __token__ -p "$PYPI_ORG_TOKEN" dist/gs_api_client-*
1011

1112
echo "Upload Done"

0 commit comments

Comments
 (0)