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 f27c1ec commit 05ffed9Copy full SHA for 05ffed9
.github/workflows/_release.yml
@@ -225,6 +225,8 @@ jobs:
225
packages-dir: ${{ inputs.working-directory }}/dist/
226
verbose: true
227
print-hash: true
228
+ # Temp workaround since attestations are on by default as of gh-action-pypi-publish v1\.11\.0
229
+ attestations: false
230
231
mark-release:
232
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