When adding support for python build tools as part of the build_as_code check in #67, it was found that many projects use Github Actions to publish packages. For example, Flask and urllib3 both use: pypa/gh-action-pypi-publish.
We need to add support for this Action to detect deployment.
When adding support for python build tools as part of the
build_as_codecheck in #67, it was found that many projects use Github Actions to publish packages. For example,Flaskandurllib3both use: pypa/gh-action-pypi-publish.We need to add support for this Action to detect deployment.