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 d44b60e commit af3f6a4Copy full SHA for af3f6a4
scripts/make_github_release.py
@@ -27,7 +27,7 @@ def make_github_release():
27
changelog = "\n".join(changelog_lines).strip()
28
29
response = requests.post(
30
- "https://api.github.com/repos/fizzadar/pyinfra/releases",
+ "https://api.github.com/repos/pyinfra-dev/pyinfra/releases",
31
json={
32
"tag_name": tag,
33
"body": changelog,
0 commit comments