From 2153f7b41bf4782cce74c374a1d5e2360141c2e9 Mon Sep 17 00:00:00 2001 From: Pete R Jemian Date: Fri, 25 Oct 2024 12:01:36 -0500 Subject: [PATCH] CI PyPI one more step for that trust --- .github/workflows/pypi.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 9040f780..42d3f468 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -8,6 +8,9 @@ on: tags: - "*" # all tags +permissions: + id-token: write + jobs: build-n-publish: name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI