File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 1515jobs :
1616 publish_release :
1717 runs-on : ubuntu-latest
18- permissions :
19- # This is useful if you want to use PyPI trusted publisher
20- # and NPM provenance
21- id-token : write
2218 steps :
2319 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
2420
3531 id : finalize-release
3632 env :
3733 # The following are needed if you use legacy PyPI set up
38- # PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
39- # PYPI_TOKEN_MAP: ${{ secrets.PYPI_TOKEN_MAP }}
40- # TWINE_USERNAME: __token__
41- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
34+ PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
35+ TWINE_USERNAME : __token__
4236 uses : jupyter-server/jupyter_releaser/.github/actions/finalize-release@v2
4337 with :
4438 token : ${{ secrets.ADMIN_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments