File tree 1 file changed +10
-14
lines changed
1 file changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -2,30 +2,26 @@ name: Check Release
2
2
on :
3
3
push :
4
4
branches :
5
- - " * "
5
+ - ' * '
6
6
pull_request :
7
7
branches :
8
- - " * "
8
+ - ' * '
9
9
10
10
permissions :
11
- contents :
12
- write
11
+ contents : write
13
12
14
13
jobs :
15
14
check_release :
16
15
runs-on : ubuntu-latest
17
- strategy :
18
- matrix :
19
- group : [check_release, link_check]
20
16
steps :
17
+ - uses : actions/checkout@v2
18
+ - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
21
19
- name : Check Release
22
- if : ${{ matrix.group == 'check_release' }}
23
- env :
24
- TWINE_PASSWORD : ${{ secrets.TEST_PYPI_TOKEN }}
25
20
uses : jupyter-server/jupyter_releaser/.github/actions/check-release@v2
26
21
with :
27
22
token : ${{ secrets.GITHUB_TOKEN }}
28
-
29
- - name : Check Links
30
- if : ${{ matrix.group == 'link_check' }}
31
- uses : jupyter-server/jupyter_releaser/.github/actions/check-links@v1
23
+ - name : Upload Distributions
24
+ uses : actions/upload-artifact@v2
25
+ with :
26
+ name : jupyter-resource-usage-releaser-dist-${{ github.run_number }}
27
+ path : .jupyter_releaser_checkout/dist
You can’t perform that action at this time.
0 commit comments