Skip to content

Commit f56f45f

Browse files
authored
Disable attestations in PyPI deployment workflow until pypi/warehouse#11096 is fixd (#88)
1 parent 7130bec commit f56f45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
packages-dir: ${{ steps.download-artifact.outputs.download-path }}
6565
verbose: true
6666
print-hash: true
67-
# attestations: true # https://github.com/pypi/warehouse/issues/11096
67+
attestations: false # https://github.com/pypi/warehouse/issues/11096
6868

6969

7070

0 commit comments

Comments
 (0)