Skip to content

Commit 4cb0501

Browse files
committed
chpre: disable attestations while we're not using trusted publishing
Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
1 parent 96cfaa6 commit 4cb0501

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 0 deletions
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)