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 15ff2ef commit 5c42c18Copy full SHA for 5c42c18
.github/actions/finalize-release/action.yml
@@ -38,7 +38,7 @@ runs:
38
# Install Jupyter Releaser from git unless we are testing Releaser itself
39
if ! command -v jupyter-releaser &> /dev/null
40
then
41
- pip install -q git+https://github.com/jupyter-server/jupyter_releaser.git@v1
+ pip install -q git+https://github.com/jupyter-server/jupyter_releaser.git@v2
42
fi
43
44
- id: finalize-release
0 commit comments