ericsomdahl / python-bittrex

Python bindings for bittrex
MIT License
585 stars 283 forks source link

deploy to PyPi on tags #92

Closed ericsomdahl closed 6 years ago

ericsomdahl commented 6 years ago

as a test run I used the cli to deploy to the test PyPi repo

https://testpypi.python.org/pypi/python-bittrex

the CI build referenced the absence of a tag as a reason to not do the production deploy so Travis saw the change. Only way to know for sure is to merge to master and tag it :)