OpenCyphal / pycyphal

Python implementation of the Cyphal protocol stack.
https://pycyphal.readthedocs.io/
MIT License
119 stars 106 forks source link

Travis does not release tags to PyPi #16

Closed pavel-kirienko closed 8 years ago

pavel-kirienko commented 8 years ago

Tag v1.0.0.dev4 has been pushed a while ago, but PyPi still serves v1.0.0.dev3.

@bendyer am I using Travis wrong?

pavel-kirienko commented 8 years ago

OK I was doing it wrong. In order to release via Travis, the version number in setup.py must be updated, and a new tag must be created. In my first attempt I failed to update setup.py.