Skip to content

Commit 0b9ff47

Browse files
committed
chore(ci): drop redundant CI settings
attestations already defaults to true, and the publish job does not need contents: write.
1 parent d96ecda commit 0b9ff47

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ jobs:
4545
# Used to sign the release's artifacts with sigstore-python.
4646
id-token: write
4747

48-
# Used to attach signing artifacts to the published release.
49-
contents: write
50-
5148
steps:
5249
- name: download distributions
5350
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
@@ -57,5 +54,3 @@ jobs:
5754

5855
- name: publish
5956
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
60-
with:
61-
attestations: true

0 commit comments

Comments
 (0)