For maintainers of luigi, who have push access to pypi. Here's how you upload luigi to pypi.
- Update version number in setup.py, if needed. Commit and push.
- pypi (Executing
python setup.py sdist upload
)- Add tag on github (https://github.com/spotify/luigi/releases), including changelog
If you know a better way, please say so! I'm (arash) not used to releasing code to pypi!
Currently, luigi is not released on any particular schedule and it is not strictly abiding semantic versioning.