fix: typo
This commit is contained in:
parent
db08fe9c91
commit
e8bb95db41
1 changed files with 1 additions and 1 deletions
2
check.py
2
check.py
|
|
@ -35,7 +35,7 @@ def get_unstable_version(repository: str, branch: str) -> str:
|
|||
|
||||
page += 1
|
||||
|
||||
return f"{branch}.{commit_date.strftime("%Y%m%d")}.dev{commit_count}"
|
||||
return f"{branch}.{commit_date.strftime('%Y%m%d')}.dev{commit_count}"
|
||||
|
||||
|
||||
def does_pypi_version_exist(base_url: str, package: str, version: str) -> bool:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue