Teemu / pytest-sugar

a plugin for py.test that changes the default look and feel of py.test (e.g. progressbar, show tests that fail instantly)
Other
1.32k stars 74 forks source link

Automate PyPI package releases via AutoPub #268

Closed justinmayer closed 1 year ago

justinmayer commented 1 year ago

Automate the process of Git-tagging new versions, creating releases on GitHub, and publishing packages to PyPI — all via GitHub Actions and AutoPub.

Closes #137

justinmayer commented 1 year ago

If there are no objections, I'd like to merge this in two days, on Friday. Until then, I'll leave it unmerged for now in order to allow for any feedback.

Once merged, I may need to tweak it slightly. Release automation is one of those areas in which one cannot truly know whether the process will behave correctly until one actually uses it to publish a new release. 😊