Search code examples
pypigithub-actions

Github Action - Check for new PyPI package version


I want to make a Github action to automatically start a DockerHub build on PyPI package update who depends my program.

For the Dockerhub part, no real problem, just call the webhook. For the PyPI part is more difficult for me. I don't know how get a package version from Github action. I think to use tag on my repo to store the latest known version of the PyPI package to compare.

If you can help me on how:

Thanks to you


Solution

  • I can't find anything so I decided to make my own Github action to do this. You can check and use it here : https://github.com/Verbalinsurection/track-pypi-version