We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9afc01c commit 4c9eab4Copy full SHA for 4c9eab4
.travis/upload_to_apipy_org.sh
@@ -5,7 +5,8 @@ echo "Uploading package to pypi.org"
5
ls -l
6
7
python setup.py sdist bdist_wheel
8
-pip install twine --use-feature=2020-resolver
+pip install --upgrade pip
9
+pip install twine
10
twine upload -u __token__ -p "$PYPI_ORG_TOKEN" dist/gs_api_client-*
11
12
echo "Upload Done"
0 commit comments