File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2020 # Install Jupyter Releaser from git unless we are testing Releaser itself
2121 if ! command -v jupyter-releaser &> /dev/null
2222 then
23- pip install -q git+https://github.com/jupyter-server/jupyter_releaser.git@main
23+ pip install -q git+https://github.com/jupyter-server/jupyter_releaser.git@v2
2424 fi
2525
2626 - id : prep-release
Original file line number Diff line number Diff line change 1010 # Install Jupyter Releaser from git unless we are testing Releaser itself
1111 if ! command -v jupyter-releaser &> /dev/null
1212 then
13- pip install -q git+https://github.com/jupyter-server/jupyter_releaser.git@main
13+ pip install -q git+https://github.com/jupyter-server/jupyter_releaser.git@v2
1414 fi
Original file line number Diff line number Diff line change 3535 # Install Jupyter Releaser from git unless we are testing Releaser itself
3636 if ! command -v jupyter-releaser &> /dev/null
3737 then
38- pip install -q git+https://github.com/jupyter-server/jupyter_releaser.git@main
38+ pip install -q git+https://github.com/jupyter-server/jupyter_releaser.git@v2
3939 fi
4040
4141 - id : populate-release
Original file line number Diff line number Diff line change 4040 # Install Jupyter Releaser from git unless we are testing Releaser itself
4141 if ! command -v jupyter-releaser &> /dev/null
4242 then
43- pip install -q git+https://github.com/jupyter-server/jupyter_releaser.git@main
43+ pip install -q git+https://github.com/jupyter-server/jupyter_releaser.git@v2
4444 fi
4545
4646 - id : prep-release
Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ jobs:
3434 uses : actions/checkout@v2
3535
3636 - name : Setup
37- uses : jupyter-server/jupyter_releaser/.github/actions/common@main
37+ uses : jupyter-server/jupyter_releaser/.github/actions/common@v2
3838
3939 - name : Prep Release
4040 id : prep-release
41- uses : jupyter-server/jupyter_releaser/.github/actions/prep-release@main
41+ uses : jupyter-server/jupyter_releaser/.github/actions/prep-release@v2
4242 with :
4343 token : ${{ secrets.ADMIN_GITHUB_TOKEN }}
4444 version_spec : ${{ github.event.inputs.version_spec }}
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ jobs:
2727 uses : actions/checkout@v2
2828
2929 - name : Setup
30- uses : jupyter-server/jupyter_releaser/.github/actions/common@main
30+ uses : jupyter-server/jupyter_releaser/.github/actions/common@v2
3131
3232 - name : Populate Release
3333 id : populate-release
34- uses : jupyter-server/jupyter_releaser/.github/actions/populate-release@main
34+ uses : jupyter-server/jupyter_releaser/.github/actions/populate-release@v2
3535 with :
3636 token : ${{ secrets.ADMIN_GITHUB_TOKEN }}
3737 target : ${{ github.event.inputs.target }}
4646 PYPI_TOKEN_MAP : ${{ secrets.PYPI_TOKEN_MAP }}
4747 TWINE_USERNAME : __token__
4848 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
49- uses : jupyter-server/jupyter-releaser/.github/actions/finalize-release@main
49+ uses : jupyter-server/jupyter-releaser/.github/actions/finalize-release@v2
5050 with :
5151 token : ${{ secrets.ADMIN_GITHUB_TOKEN }}
5252 target : ${{ github.event.inputs.target }}
You can’t perform that action at this time.
0 commit comments