Skip to content

Commit b3ea1c8

Browse files
author
begotxe
committed
uncomment upload to pypi step in the pipeline
1 parent da3b1ac commit b3ea1c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis/upload_to_apipy_org.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -ev
33

44
echo "Uploading package to pypi.org"
55

6-
# pip install twine
7-
# twine upload -u __token__ -p "$PYPI_ORG_TOKEN" dist/gs_api_client-*
6+
pip install twine
7+
twine upload -u __token__ -p "$PYPI_ORG_TOKEN" dist/gs_api_client-*
88

99
echo "Upload Done"

0 commit comments

Comments
 (0)