Skip to content

Commit 436bf0f

Browse files
Update upload_release.py
1 parent e72975a commit 436bf0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/upload_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
#from github import Github
3+
from github import Github
44
import argparse
55

66
parser = argparse.ArgumentParser(description='Upload a set of files to a new draft release')

0 commit comments

Comments
 (0)