jorisroovers / gitlint

Linting for your git commit messages
http://jorisroovers.github.io/gitlint
MIT License
803 stars 99 forks source link

GHA: Wait for gitlint package to be available after publish #434

Closed jorisroovers closed 1 year ago

jorisroovers commented 1 year ago

It takes a short time for packages to show up on PyPI after publishing.

Wait for the gitlint package to show up before starting the post-release test run by trying to install the gitlint package, and retrying after a timeout until the package is available.