severb / graypy

Python logging handler for Graylog that sends messages in GELF (Graylog Extended Log Format).
https://www.graylog.org/
BSD 3-Clause "New" or "Revised" License
258 stars 90 forks source link

Automatic deployment to PyPI #95

Closed nklapste closed 5 years ago

nklapste commented 5 years ago

It would be best if we were to implement automatic PyPI deployment via travis-ci to keep the versioning consistent. Our testing is not very sufficient, but, being able to release more often is a good thing.

A good example of implementing the basic auth for automatically deploying to PyPI is shown below: https://medium.com/@mikkokotila/deploying-python-packages-to-pypi-with-travis-works-9a6597781556

@severb I assume graypy is uploaded under your account. Would it be possible for you to implement such a feature. You could essentially go hands free after this for maintaining graypy.

nklapste commented 5 years ago

Basic implementation in #101 and resolved within master. graypy should automatically deploy to PyPi after versions 1.1.1.