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 e72975a commit 436bf0fCopy full SHA for 436bf0f
package/upload_release.py
@@ -1,6 +1,6 @@
1
#!/usr/bin/env python3
2
3
-#from github import Github
+from github import Github
4
import argparse
5
6
parser = argparse.ArgumentParser(description='Upload a set of files to a new draft release')
0 commit comments