File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
python -m pip install build
28
28
python -m build
29
29
- name : Upload wheel
30
- uses : scientific-python/upload-nightly-action@82396a2ed4269ba06c6b2988bb4fd568ef3c3d6b # 0.6.1
30
+ uses : scientific-python/upload-nightly-action@b36e8c0c10dbcfd2e05bf95f17ef8c14fd708dbf # 0.6.2
31
31
with :
32
32
artifacts_path : dist
33
33
anaconda_nightly_upload_token : ${{secrets.UPLOAD_TOKEN}}
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
18
18
19
- - uses : actions/create-github-app-token@v1
19
+ - uses : actions/create-github-app-token@v2
20
20
id : app-token
21
21
with :
22
22
app-id : ${{ vars.APP_ID }}
Original file line number Diff line number Diff line change 21
21
steps :
22
22
- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
23
23
24
- - uses : actions/create-github-app-token@v1
24
+ - uses : actions/create-github-app-token@v2
25
25
id : app-token
26
26
with :
27
27
app-id : ${{ vars.APP_ID }}
You can’t perform that action at this time.
0 commit comments