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 18330c1 commit da6f240Copy full SHA for da6f240
jupyter_releaser/actions/publish_release.py
@@ -2,7 +2,8 @@
2
# Distributed under the terms of the Modified BSD License.
3
import os
4
5
-from jupyter_releaser.util import get_default_branch, run
+from jupyter_releaser.util import get_default_branch
6
+from jupyter_releaser.util import run
7
8
release_url = os.environ["release_url"]
9
default_branch = get_default_branch()
0 commit comments