We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469ed52 commit ce746fdCopy full SHA for ce746fd
entrypoint.py
@@ -34,7 +34,8 @@
34
print("Submitting addon")
35
36
try:
37
- client.submit(file_path=file_path, notes=notes)
+ operation_id = client.submit(file_path=file_path, notes=notes)
38
+ client.fetch_publish_status(operation_id)
39
40
print("Successfully uploaded addon")
41
except UploadException as e:
0 commit comments