aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2017-12-12Assure master is pushed as well when pushing tagsSebastian Thiel
Previously, master wasn't pushed, which might leave the commit that bumps the version on disk. That is rather confusing then.
2017-09-25Apparently bdist_wheel is only in python3Sebastian Thiel
At least on my system. So why not hardcode it here. Ideally this would be changed to docker or vitualenv.
2017-06-10chore(version-up): v2.1.42.1.4Sebastian Thiel
This re-release is just to get GPG signatures on releases.
2016-04-24Remove check that didn't work as expected2.0.1Vincent Driessen
2016-04-24Automate steps to upload to PyPIVincent Driessen