fix(release): publish Windows wheel + sdist (disable PyPI attestations, #112) (#2405)

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:
Tejas Chopra 2026-07-18 20:56:31 -07:00 committed by GitHub
parent 2bb14d1ab2
commit f9cbdd6e39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]