Skip to content

ZCode-supervisor v0.0.1

Choose a tag to compare

@github-actions github-actions released this 18 Jun 22:08

Initial public release of ZCode-supervisor's verified archive distribution.

Primary install path for now:

uvx --from git+https://github.com/AkiGarage/ZCode-supervisor.git zcode-install-repo /path/to/target-repo

Verified archive assets:

  • zcode-supervisor-v0.0.1.tar.gz
  • SHA256SUMS

Verify the release archive:

gh release download v0.0.1 -R AkiGarage/ZCode-supervisor
shasum -a 256 -c SHA256SUMS
gh attestation verify zcode-supervisor-v0.0.1.tar.gz \
  -R AkiGarage/ZCode-supervisor \
  --source-ref refs/tags/v0.0.1 \
  --source-digest 6525b8a41371a687a9b9ef3513da38eaab52cf9e \
  --signer-workflow AkiGarage/ZCode-supervisor/.github/workflows/release-artifacts.yml
gh attestation verify SHA256SUMS \
  -R AkiGarage/ZCode-supervisor \
  --source-ref refs/tags/v0.0.1 \
  --source-digest 6525b8a41371a687a9b9ef3513da38eaab52cf9e \
  --signer-workflow AkiGarage/ZCode-supervisor/.github/workflows/release-artifacts.yml

Notes:

  • PyPI and TestPyPI publishing are intentionally not live yet. They will use Trusted Publishing after the pending publishers are configured.
  • Homebrew distribution remains on hold.