File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
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
You can’t perform that action at this time.
0 commit comments