Skip to content

Commit

Permalink
Merge pull request #68 from smacker/publish_python_sdk_as_sdist_too
Browse files Browse the repository at this point in the history
publish python sdk as sdist too
  • Loading branch information
smacker authored Jan 11, 2019
2 parents ac2bb80 + 95435ac commit 5b6bda9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
- pip3 install twine
- cd python
script:
- python3 setup.py bdist_wheel
- twine upload dist/*py3-none-any* -u $PYPI_LOGIN -p $PYPI_PASS
- python3 setup.py sdist bdist_wheel
- twine upload dist/*.tar.gz dist/*py3-none-any* -u $PYPI_LOGIN -p $PYPI_PASS
skip_cleanup: true

before_cache:
Expand Down

0 comments on commit 5b6bda9

Please sign in to comment.