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 20
20
# Install Jupyter Releaser from git unless we are testing Releaser itself
21
21
if ! command -v jupyter-releaser &> /dev/null
22
22
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
24
24
fi
25
25
26
26
- id : prep-release
Original file line number Diff line number Diff line change 10
10
# Install Jupyter Releaser from git unless we are testing Releaser itself
11
11
if ! command -v jupyter-releaser &> /dev/null
12
12
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
14
14
fi
Original file line number Diff line number Diff line change 35
35
# Install Jupyter Releaser from git unless we are testing Releaser itself
36
36
if ! command -v jupyter-releaser &> /dev/null
37
37
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
39
39
fi
40
40
41
41
- id : populate-release
Original file line number Diff line number Diff line change 40
40
# Install Jupyter Releaser from git unless we are testing Releaser itself
41
41
if ! command -v jupyter-releaser &> /dev/null
42
42
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
44
44
fi
45
45
46
46
- id : prep-release
Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ jobs:
34
34
uses : actions/checkout@v2
35
35
36
36
- name : Setup
37
- uses : jupyter-server/jupyter_releaser/.github/actions/common@main
37
+ uses : jupyter-server/jupyter_releaser/.github/actions/common@v2
38
38
39
39
- name : Prep Release
40
40
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
42
42
with :
43
43
token : ${{ secrets.ADMIN_GITHUB_TOKEN }}
44
44
version_spec : ${{ github.event.inputs.version_spec }}
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ jobs:
27
27
uses : actions/checkout@v2
28
28
29
29
- name : Setup
30
- uses : jupyter-server/jupyter_releaser/.github/actions/common@main
30
+ uses : jupyter-server/jupyter_releaser/.github/actions/common@v2
31
31
32
32
- name : Populate Release
33
33
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
35
35
with :
36
36
token : ${{ secrets.ADMIN_GITHUB_TOKEN }}
37
37
target : ${{ github.event.inputs.target }}
46
46
PYPI_TOKEN_MAP : ${{ secrets.PYPI_TOKEN_MAP }}
47
47
TWINE_USERNAME : __token__
48
48
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
50
50
with :
51
51
token : ${{ secrets.ADMIN_GITHUB_TOKEN }}
52
52
target : ${{ github.event.inputs.target }}
You can’t perform that action at this time.
0 commit comments