Add AutoPub to auto-publish releases on PR merge

Contributors will henceforth be asked to include a `RELEASE.md` file
containing the release type and summary of changes, which will be used
by the continuous integration (CI) system to automatically publish a new
release to PyPI when the pull request is merged.

For more details, see: https://github.com/autopub/autopub
This commit is contained in:
Justin Mayer 2019-07-28 07:15:48 +02:00
commit 06dee4de58
3 changed files with 38 additions and 0 deletions

View file

@ -59,5 +59,12 @@ markdown = ["markdown"]
[tool.poetry.scripts]
pelican = "pelican.__main__:main"
[tool.autopub]
project-name = "Pelican"
git-username = "botpub"
git-email = "botpub@autopub.rocks"
version-strings = ["setup.py"]
build-system = "setuptools"
[build-system]
requires = ["setuptools >= 40.6.0", "wheel"]