Merge branch 'check-action' of ssh://git.weddingfactory.eu/cmwedding/wheels into check-action
This commit is contained in:
commit
b8f0cb387b
1 changed files with 1 additions and 1 deletions
2
check.py
2
check.py
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue