dev/add-package-publisher #16

Merged
joshb merged 6 commits from dev/add-package-publisher into main 2022-11-11 01:29:24 +00:00
Showing only changes of commit 9c9621ed0d - Show all commits

View File

@ -41,3 +41,6 @@ def main():
data=open(f"dist/{FILE_NAME}", 'rb').read(),
)
result.raise_for_status()
if __name__ == "__main__":
main()