Merge pull request #20 from FoamyGuy/working_on_stuff_again
Some checks failed
Validate Build / validate-build (push) Has been cancelled
Some checks failed
Validate Build / validate-build (push) Has been cancelled
create the release if needed
This commit is contained in:
commit
469fc2a1b9
1 changed files with 7 additions and 0 deletions
|
|
@ -170,3 +170,10 @@ if __name__ == '__main__':
|
|||
new_tag = "0.1.0"
|
||||
|
||||
print(f"Creating new release: {new_tag}")
|
||||
|
||||
new_release = create_release(
|
||||
tag_name=new_tag,
|
||||
)
|
||||
|
||||
print(f"✅ Successfully created release: {new_tag}")
|
||||
print(f"Release URL: {new_release['html_url']}")
|
||||
|
|
|
|||
Loading…
Reference in a new issue