We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac11ce commit 51d2245Copy full SHA for 51d2245
.github/workflows/_release.yml
@@ -221,6 +221,8 @@ jobs:
221
packages-dir: ${{ inputs.working-directory }}/dist/
222
verbose: true
223
print-hash: true
224
+ # Temp workaround since attestations are on by default as of gh-action-pypi-publish v1\.11\.0
225
+ attestations: false
226
227
mark-release:
228
needs:
.github/workflows/_test_release.yml
@@ -93,3 +93,5 @@ jobs:
93
# This is *only for CI use* and is *extremely dangerous* otherwise!
94
# https://github.com/pypa/gh-action-pypi-publish#tolerating-release-package-file-duplicates
95
skip-existing: true
96
+ # Temp workaround since attestations are on by default as of gh-action-pypi-publish v1.11.0
97
0 commit comments