We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb4320 commit 92024d0Copy full SHA for 92024d0
2 files changed
.github/workflows/_release.yml
@@ -338,6 +338,8 @@ jobs:
338
packages-dir: ${{ inputs.working-directory }}/dist/
339
verbose: true
340
print-hash: true
341
+ # Temp workaround since attestations are on by default as of gh-action-pypi-publish v1.11.0
342
+ attestations: false
343
344
mark-release:
345
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