Skip to content

Commit 47c9301

Browse files
authored
Update _test_release.yml
1 parent 2658591 commit 47c9301

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/_test_release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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
@@ -92,4 +92,4 @@ jobs:
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

0 commit comments

Comments
 (0)