RELEASING.md
Python inline-command syntax
SHA-2568b2027f2041ea2524630441151ce4d86b167d5884d0352e308b1504fca2060a2
MaleculeH(Po)
Evidence
1# Releases and Homebrew
2
3The release pipeline builds macOS and Linux binaries for amd64 and arm64,
4a source archive, SHA-256 checksums, and a Homebrew formula. It creates a
5**dr …
15:40… -p 'test_*.py'
16goreleaser release --snapshot --clean
17version=$(python3 -c 'import json; print(json.load(open("dist/metadata.json"))["version"])')
18python3 scripts/homebrew_formula.py "$version" "dist/er …
27:16… release --clean --skip=publish --timeout=40m`. That command submits
28macOS binaries to Apple's notary service, but does not create a GitHub release. …
52:66… nch, then
53run the **Release** workflow manually with the existing tag. Both CI and
54packaging check out that exact tag; the updated workflow can repa …
64:61… t is created.
65Linux binaries and snapshots skip this hook's signing work.
66
67The workflow uses these Errand Actions secrets:
68
69- `APPLE_DEVELOPER_ID_CE …