Skip to content

Commit b8afa76

Browse files
committed
Instructions for Github releases.
1 parent 08b5228 commit b8afa76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tasks.py

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ def release_github(ctx):
5858
"draft": False,
5959
"prerelease": False
6060
}
61+
# For this to work properly, you need to go ti your Github profile, generate
62+
# a "Personal access token". Then do export GITHUB_RELEASES_TOKEN="xyz1234"
63+
# (or add it to your bash_profile).
6164
response = requests.post(
6265
"https://api.github.com/repos/materialsproject/fireworks/releases",
6366
data=json.dumps(payload),

0 commit comments

Comments
 (0)