Skip to content

Commit 95b49db

Browse files
Support trusted-publishing for package releases
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 1fcc647 commit 95b49db

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/pypi-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ jobs:
7171
needs:
7272
- create-gh-release
7373
runs-on: ubuntu-24.04
74+
environment: pypi-publish
75+
permissions:
76+
id-token: write
7477

7578
steps:
7679
- name: Download built archives

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ dev =
5656
packaging >= 25.0
5757
pkginfo >= 1.12.1
5858
build >= 1.3.0
59+
setuptools >= 80.9.0
5960
aboutcode-toolkit >= 7.0.2
6061
twine
6162
ruff

0 commit comments

Comments
 (0)