zsoldosp / django-currentuser

Conveniently store reference to request user on thread/db level.
BSD 3-Clause "New" or "Revised" License
141 stars 40 forks source link

Add deploy step for travis #26

Closed waldemar-becker closed 5 years ago

waldemar-becker commented 5 years ago

Let travis do the standard way of packaging for us.

How to release a new package from now on:

make release

This creates a git tag on the repo, which triggers travis ci. Travis will then upload a package to official pypi with twine under the hood.