Skip to content

Commit 0f64ce8

Browse files
authored
set attestations to false in pypi release ci (#212)
2 parents 1ac6e1b + e23e095 commit 0f64ce8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/_pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ jobs:
1515

1616
- name: Publish to PyPI using trusted publishing
1717
uses: pypa/gh-action-pypi-publish@release/v1
18+
with:
19+
attestations: false

0 commit comments

Comments
 (0)