We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2348a0 + 8758df3 commit 6be9e33Copy full SHA for 6be9e33
.github/workflows/_test_release.yml
@@ -85,3 +85,5 @@ jobs:
85
# This is *only for CI use* and is *extremely dangerous* otherwise!
86
# https://github.com/pypa/gh-action-pypi-publish#tolerating-release-package-file-duplicates
87
skip-existing: true
88
+ # Temp workaround since attestations are on by default as of gh-action-pypi-publish v1.11.0
89
+ attestations: false
.github/workflows/release.yml
@@ -241,6 +241,8 @@ jobs:
241
packages-dir: dist/
242
verbose: true
243
print-hash: true
244
245
246
247
mark-release:
248
needs:
0 commit comments