Skip to content

Commit af3f6a4

Browse files
committed
Update repo URL in release script
1 parent d44b60e commit af3f6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/make_github_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def make_github_release():
2727
changelog = "\n".join(changelog_lines).strip()
2828

2929
response = requests.post(
30-
"https://api.github.com/repos/fizzadar/pyinfra/releases",
30+
"https://api.github.com/repos/pyinfra-dev/pyinfra/releases",
3131
json={
3232
"tag_name": tag,
3333
"body": changelog,

0 commit comments

Comments
 (0)