DAI-Lab / cookiecutter-pypackage

DAI Lab's adaptation of cookiecutter-pypackage
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

Configure bumpversion and the Makefile for development releases #36

Closed csala closed 4 years ago

csala commented 4 years ago

The mit-d3m library was recently configured to be able to releases development builds to pypi as pre-releases, without creating any tag.

We should evaluate if we want this added to the cookiecutter template, so any project can execute a make release-build (or pre-release or release-candidate) at any moment and upload a development version to PyPi.