Skip to content

Commit 8f28298

Browse files
author
begotxe
committed
list files before upload to pipy
1 parent 6deb0ad commit 8f28298

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis/upload_to_apipy_org.sh

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

44
echo "Uploading package to pypi.org"
5-
6-
pip install twine
7-
twine upload -u __token__ -p "$PYPI_ORG_TOKEN" dist/gs_api_client-*
5+
ls -l
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)