Skip to content

Commit efb9dd9

Browse files
committed
fix: disable attestations on Test PyPI publish step
1 parent cda8842 commit efb9dd9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
with:
7676
repository-url: https://test.pypi.org/legacy/
7777
skip-existing: true
78+
attestations: false
7879
verbose: true
7980
- name: Publish package to PyPI
8081
if: github.event_name == 'release'

0 commit comments

Comments
 (0)