PyCQA / pydocstyle

docstring style checker
http://pydocstyle.org
MIT License
1.11k stars 188 forks source link

Move to poetry and automated relases via Github UI #614

Closed samj1912 closed 1 year ago

samj1912 commented 1 year ago

Thanks for submitting a PR!

This PR moves the build system to poetry and automates the PyPi publishing to git and publish releases based on tags/releases created via the Github UI. It gets rid of the requirement of using bump-version and fetches the package version using importlib-metadata.

It also enables PR builds for read-the-docs.

Please make sure to check for the following items:

Please don't get discouraged as it may take a while to get a review.