Skip to content

Commit 08b5228

Browse files
committed
Fix url for Github releases.
1 parent be8bd0d commit 08b5228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def release_github(ctx):
5959
"prerelease": False
6060
}
6161
response = requests.post(
62-
"https://api.github.com/repos/materialsproject/pymatgen/releases",
62+
"https://api.github.com/repos/materialsproject/fireworks/releases",
6363
data=json.dumps(payload),
6464
headers={"Authorization": "token " + os.environ["GITHUB_RELEASES_TOKEN"]})
6565
print(response.text)

0 commit comments

Comments
 (0)