File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,13 @@ jobs:
6565 needs :
6666 - build
6767 runs-on : ubuntu-latest
68- # permissions:
69- # # This permission is used for trusted publishing:
70- # # https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers/
71- # #
72- # # Trusted publishing has to also be configured on PyPI for each package:
73- # # https://docs.pypi.org/trusted-publishers/adding-a-publisher/
74- # id-token: write
68+ permissions :
69+ # This permission is used for trusted publishing:
70+ # https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers/
71+ #
72+ # Trusted publishing has to also be configured on PyPI for each package:
73+ # https://docs.pypi.org/trusted-publishers/adding-a-publisher/
74+ id-token : write
7575
7676 steps :
7777 - uses : actions/checkout@v4
9292 # We overwrite any existing distributions with the same name and version.
9393 # This is *only for CI use* and is *extremely dangerous* otherwise!
9494 # https://github.com/pypa/gh-action-pypi-publish#tolerating-release-package-file-duplicates
95- skip-existing : true
95+ skip-existing : true
You can’t perform that action at this time.
0 commit comments