We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283cb50 commit 33a5397Copy full SHA for 33a5397
.github/workflows/_release.yml
@@ -336,6 +336,8 @@ jobs:
336
packages-dir: ${{ inputs.working-directory }}/dist/
337
verbose: true
338
print-hash: true
339
+ # Temp workaround since attestations are on by default as of gh-action-pypi-publish v1.11.0
340
+ attestations: false
341
342
mark-release:
343
needs:
.github/workflows/_test_release.yml
@@ -98,3 +98,5 @@ jobs:
98
# This is *only for CI use* and is *extremely dangerous* otherwise!
99
# https://github.com/pypa/gh-action-pypi-publish#tolerating-release-package-file-duplicates
100
skip-existing: true
101
102
0 commit comments