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 4
4
using : " composite"
5
5
steps :
6
6
- name : install-releaser
7
- uses : davidbrochart /jupyter_releaser/.github/actions/install-releaser@fix_multipy
7
+ uses : jupyter-server /jupyter_releaser/.github/actions/install-releaser@v1
8
8
9
9
- name : Cache checked links
10
10
uses : actions/cache@v2
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ runs:
16
16
using : " composite"
17
17
steps :
18
18
- name : install-releaser
19
- uses : davidbrochart /jupyter_releaser/.github/actions/install-releaser@fix_multipy
19
+ uses : jupyter-server /jupyter_releaser/.github/actions/install-releaser@v1
20
20
21
21
- name : draft-changelog
22
- uses : davidbrochart /jupyter_releaser/.github/actions/draft-changelog@fix_multipy
22
+ uses : jupyter-server /jupyter_releaser/.github/actions/draft-changelog@v1
23
23
env :
24
24
RH_IS_CHECK_RELEASE : " true"
25
25
with :
29
29
version_spec : ${{ inputs.version_spec }}
30
30
31
31
- name : draft-release
32
- uses : davidbrochart /jupyter_releaser/.github/actions/draft-release@fix_multipy
32
+ uses : jupyter-server /jupyter_releaser/.github/actions/draft-release@v1
33
33
env :
34
34
RH_IS_CHECK_RELEASE : " true"
35
35
with :
39
39
version_spec : ${{ inputs.version_spec }}
40
40
41
41
- name : publish-release
42
- uses : davidbrochart /jupyter_releaser/.github/actions/publish-release@fix_multipy
42
+ uses : jupyter-server /jupyter_releaser/.github/actions/publish-release@v1
43
43
env :
44
44
RH_IS_CHECK_RELEASE : " true"
45
45
with :
Original file line number Diff line number Diff line change 35
35
using : " composite"
36
36
steps :
37
37
- name : install-releaser
38
- uses : davidbrochart /jupyter_releaser/.github/actions/install-releaser@fix_multipy
38
+ uses : jupyter-server /jupyter_releaser/.github/actions/install-releaser@v1
39
39
40
40
- shell : bash
41
41
id : draft-changelog
Original file line number Diff line number Diff line change 39
39
using : " composite"
40
40
steps :
41
41
- name : install-releaser
42
- uses : davidbrochart /jupyter_releaser/.github/actions/install-releaser@fix_multipy
42
+ uses : jupyter-server /jupyter_releaser/.github/actions/install-releaser@v1
43
43
44
44
- shell : bash
45
45
id : draft-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/davidbrochart /jupyter_releaser.git@fix_multipy
13
+ pip install -q git+https://github.com/jupyter-server /jupyter_releaser.git@v1
14
14
fi
Original file line number Diff line number Diff line change 27
27
using : " composite"
28
28
steps :
29
29
- name : install-releaser
30
- uses : davidbrochart /jupyter_releaser/.github/actions/install-releaser@fix_multipy
30
+ uses : jupyter-server /jupyter_releaser/.github/actions/install-releaser@v1
31
31
32
32
- shell : bash
33
33
id : publish-release
You can’t perform that action at this time.
0 commit comments