ci: update Release workflow
Metadata
Current evaluation
Merged update to the CI Release workflow. Replaced default GitHub runners with self-hosted jammy machines and swapped PYPI_API_TOKEN for PyPI Trusted Publishers. Constrained release artifacts. Approved by two reviewers.
Suggested action: —
No scores available.
Issue body
This commit updates the Release workflow with the following changes:
- Use self-hosted jammy machines instead of default Github runners;
- Use PyPI's Trusted Publishers to publish, replacing the PYPI_API_TOKEN;
- (minor) Constrain the artifacts that are attached to the Github release.
- [ ] Have you followed the guidelines for contributing?
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [ ] Have you successfully run `tox`?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged update to the CI Release workflow. Replaced default GitHub runners with self-hosted jammy machines and swapped PYPI_API_TOKEN for PyPI Trusted Publishers. Constrained release artifacts. Approved by two reviewers. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged updates to the CI Release workflow. Changes include switching to self-hosted jammy runners, replacing PYPI_API_TOKEN with PyPI Trusted Publishers, and constraining attached release artifacts. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #259 ci: add workflow to release to PyPI | craft-cli | merged | Merged a CI workflow to automate PyPI releases. Adapted from Starbase, the change configures self-hosted runners and targets Python 3.10. Approved by two reviewers, the update adds 60 lines to a single workflow file. | |
| #77 ci: use Trusted Publishing for PyPI releases | craft-grammar | merged | Merged a single-file CI update implementing Trusted Publishing for PyPI releases. Approved by two reviewers with zero unresolved comments and passing checks. | |
| #299 ci: use Trusted Publishing for PyPI releases | craft-cli | merged | Merged changes to update CI configuration for PyPI releases using Trusted Publishing. Approved by one reviewer with a single file modification (+6/-2 lines). | |
| #430 ci: fix publish workflow | starbase | merged | Merged a CI publish workflow fix adding the --yes flag for self-hosted runners. Approved by two reviewers with all checks passing. Implemented via a single line change. |