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 b596851 commit 18330c1Copy full SHA for 18330c1
jupyter_releaser/actions/publish_release.py
@@ -9,7 +9,9 @@
9
10
if release_url:
11
run(f"jupyter-releaser extract-release {release_url}")
12
- run(f"jupyter-releaser forwardport-changelog {release_url} --branch {default_branch}")
+ run(
13
+ f"jupyter-releaser forwardport-changelog {release_url} --branch {default_branch}"
14
+ )
15
16
run(f"jupyter-releaser publish-assets {release_url}")
17
0 commit comments