Skip to content

Commit 9afc01c

Browse files
author
begotxe
committed
solve twine package incompatibility
1 parent f4a66dc commit 9afc01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/upload_to_apipy_org.sh

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

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

1111
echo "Upload Done"

0 commit comments

Comments
 (0)