Merge pull request #20 from FoamyGuy/working_on_stuff_again
Some checks failed
Validate Build / validate-build (push) Has been cancelled

create the release if needed
This commit is contained in:
foamyguy 2025-06-23 09:57:08 -05:00 committed by GitHub
commit 469fc2a1b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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']}")