Implement trusted publishing (#7548)

Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>
This commit is contained in:
konsti
2024-09-24 18:07:20 +02:00
committed by GitHub
parent c053dc84f4
commit 205bf8cabe
22 changed files with 502 additions and 40 deletions
+3
View File
@@ -979,6 +979,9 @@ jobs:
env:
# No dbus in GitHub Actions
PYTHON_KEYRING_BACKEND: keyrings.alt.file.PlaintextKeyring
permissions:
# For trusted publishing
id-token: write
steps:
- uses: actions/checkout@v4
with: