Skip to content

Commit 4e138f5

Browse files
author
begotxe
committed
fix import conflict to fix pipeline
1 parent 479b092 commit 4e138f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis/upload_to_apipy_org.sh

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

77
python setup.py sdist bdist_wheel
8+
pip install --upgrade pip
89
pip install twine
910
twine upload -u __token__ -p "$PYPI_ORG_TOKEN" dist/gs_api_client-*
1011

0 commit comments

Comments
 (0)