Skip to content

Commit c5645d8

Browse files
authored
chpre: disable attestations while we're not using trusted publishing (#243)
Signed-off-by: Yurii Serhiichuk <[email protected]>
1 parent 96cfaa6 commit c5645d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pypi-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
with:
5353
user: __token__
5454
password: ${{ secrets.pypi_password }}
55+
attestations: false
5556
- name: Install GitPython and cloudevents for pypi_packaging
5657
run: pip install -U -r requirements/publish.txt
5758
- name: Create Tag

0 commit comments

Comments
 (0)