Merge branch 'check-action' of ssh://git.weddingfactory.eu/cmwedding/wheels into check-action

This commit is contained in:
Oskar Manhart 2025-06-12 18:38:30 +02:00
commit b8f0cb387b

View file

@ -27,7 +27,7 @@ def does_pypi_version_exist(base_url: str, package: str, version: str) -> bool:
def main():
repository = os.environ["REPOSITORY"]
package = os.environ["PACKAGE"]
base_url = os.environ["FORGEJO_URL"]
base_url = os.environ["BASE_URL"]
version = get_github_version(repository)