Skip to content

Commit 18330c1

Browse files
authored
Lint
1 parent b596851 commit 18330c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jupyter_releaser/actions/publish_release.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99

1010
if release_url:
1111
run(f"jupyter-releaser extract-release {release_url}")
12-
run(f"jupyter-releaser forwardport-changelog {release_url} --branch {default_branch}")
12+
run(
13+
f"jupyter-releaser forwardport-changelog {release_url} --branch {default_branch}"
14+
)
1315

1416
run(f"jupyter-releaser publish-assets {release_url}")
1517

0 commit comments

Comments
 (0)