Skip to content

Commit fae72e6

Browse files
authored
ci: Set attestations to false (#63)
This is a work around for pypa/gh-action-pypi-publish#283
1 parent 1c97386 commit fae72e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,5 @@ jobs:
139139
- name: Publish to PyPI
140140
if: env.SHOULD_DEPLOY == 'true'
141141
uses: pypa/gh-action-pypi-publish@release/v1
142+
with:
143+
attestations: false

0 commit comments

Comments
 (0)