Skip to content

Commit fda0a27

Browse files
committed
fix: disable attestations for PyPI publish
1 parent 650c5d9 commit fda0a27

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,5 @@ jobs:
7272
7373
- name: Publish to PyPI
7474
uses: pypa/gh-action-pypi-publish@release/v1
75+
with:
76+
attestations: false

0 commit comments

Comments
 (0)