mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
Automated by Headroom + Kimi (Fireworks) in a Modal Sandbox. Request: Make ONLY this one change, nothing else: in .github/workflows/release.yml, in the publish-pypi job's step that uses pypa/gh-action-pypi-publish, add exactly one line 'attestations: false' immediately after the 'skip-existing: true' line in its with: block (same indentation). Do NOT edit any other file, do NOT investigate the codebase, do NOT make any other change. Then finish. Co-authored-by: Headroom Kimi <kimi@headroom.dev>
This commit is contained in:
parent
2bb14d1ab2
commit
f9cbdd6e39
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -788,6 +788,7 @@ jobs:
|
|||
# recommended pattern for release workflows that may run
|
||||
# multiple times against the same version.
|
||||
skip-existing: true
|
||||
attestations: false
|
||||
|
||||
publish-npm:
|
||||
needs: [detect-version, build]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue