Skip to content

Add autonomous attested release workflow#167

Merged
zackees merged 2 commits intomainfrom
add-native-build-attestations
Apr 21, 2026
Merged

Add autonomous attested release workflow#167
zackees merged 2 commits intomainfrom
add-native-build-attestations

Conversation

@zackees
Copy link
Copy Markdown
Member

@zackees zackees commented Apr 21, 2026

Summary

  • Adds .github/workflows/release-auto.yml, modeled on zackees/soldr's attested release workflow.
  • Gates releases on a new workspace/PyPI version, builds native artifacts through the existing reusable native build workflow, and packages GitHub Release archives.
  • Attests GitHub Release archive checksums with actions/attest-build-provenance@v3.
  • Builds fbuild's custom PyPI wheels from the native artifacts and publishes with pypa/gh-action-pypi-publish@release/v1 using Trusted Publishing with attestations: true.
  • Documents the release flow and required PyPI Trusted Publisher setup.

Validation

  • git diff --check
  • Parsed all workflow YAML files with PyYAML
  • python -m py_compile ci/publish.py
  • Imported ci.publish and confirmed project metadata/artifact map load

Fixes #166

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 21, 2026

Warning

Rate limit exceeded

@zackees has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 33 minutes and 33 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 33 minutes and 33 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 03f2f8f6-dc8d-4fb2-8f22-d1d7beae67bb

📥 Commits

Reviewing files that changed from the base of the PR and between 83bb2ed and 16550c0.

📒 Files selected for processing (2)
  • .github/workflows/README.md
  • .github/workflows/release-auto.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch add-native-build-attestations

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@zackees zackees changed the title Add native build attestations Add autonomous attested release workflow Apr 21, 2026
@zackees zackees merged commit cca753d into main Apr 21, 2026
73 of 76 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add attested builds for native fbuild artifacts

1 participant