mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-05 12:48:12 +00:00
infra: turn off release attestations (#27766)
This commit is contained in:
parent
283cb50ea6
commit
33a53970e1
2
.github/workflows/_release.yml
vendored
2
.github/workflows/_release.yml
vendored
@ -336,6 +336,8 @@ jobs:
|
|||||||
packages-dir: ${{ inputs.working-directory }}/dist/
|
packages-dir: ${{ inputs.working-directory }}/dist/
|
||||||
verbose: true
|
verbose: true
|
||||||
print-hash: true
|
print-hash: true
|
||||||
|
# Temp workaround since attestations are on by default as of gh-action-pypi-publish v1.11.0
|
||||||
|
attestations: false
|
||||||
|
|
||||||
mark-release:
|
mark-release:
|
||||||
needs:
|
needs:
|
||||||
|
2
.github/workflows/_test_release.yml
vendored
2
.github/workflows/_test_release.yml
vendored
@ -98,3 +98,5 @@ jobs:
|
|||||||
# This is *only for CI use* and is *extremely dangerous* otherwise!
|
# This is *only for CI use* and is *extremely dangerous* otherwise!
|
||||||
# https://github.com/pypa/gh-action-pypi-publish#tolerating-release-package-file-duplicates
|
# https://github.com/pypa/gh-action-pypi-publish#tolerating-release-package-file-duplicates
|
||||||
skip-existing: true
|
skip-existing: true
|
||||||
|
# Temp workaround since attestations are on by default as of gh-action-pypi-publish v1.11.0
|
||||||
|
attestations: false
|
||||||
|
Loading…
Reference in New Issue
Block a user