Skip to content

Commit dfa2ee1

Browse files
author
begotxe
committed
include sdist and bdist build before upload to pypi
1 parent d07ab85 commit dfa2ee1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis/upload_to_apipy_org.sh

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

44
echo "Uploading package to pypi.org"
55
ls -l
6-
#pip install twine
7-
#twine upload -u __token__ -p "$PYPI_ORG_TOKEN" dist/gs_api_client-*
6+
7+
python setup.py sdist bdist_wheel
8+
pip install twine
9+
twine upload -u __token__ -p "$PYPI_ORG_TOKEN" dist/gs_api_client-*
810

911
echo "Upload Done"

0 commit comments

Comments
 (0)