Skip to content

Release LowPack 0.1.1 - #6

Merged
devkyato merged 1 commit into
mainfrom
agent/release-0-1-1
Jul 29, 2026
Merged

Release LowPack 0.1.1#6
devkyato merged 1 commit into
mainfrom
agent/release-0-1-1

Conversation

@devkyato

Copy link
Copy Markdown
Owner

What changed

  • releases LowPack 0.1.1
  • scopes CI pushes to main so version tags do not duplicate the matrix
  • adds manual dispatch, least-privilege permissions, and concurrency control
  • adds package project URLs, keywords, and live repository badges
  • adds version-scoped checksum generation

Why

The v0.1.0 source and tag pushes launched identical CI matrices, and release
checksums could include artifacts from older versions when dist/ was reused.
This maintenance release makes the publication workflow clearer and safer.

Validation

  • 30 tests passed; one Windows symlink test skipped due unavailable privileges
  • Ruff passed
  • strict Mypy passed
  • wheel and sdist reproduced byte-for-byte across consecutive builds
  • clean v0.1.1 wheel install and pack/verify/unpack smoke test passed

Closes#5.

@devkyato
devkyato merged commit d8c6b97 into mainJul 29, 2026
8 checks passed
@devkyato
devkyato deleted the agent/release-0-1-1 branch July 29, 2026 06:28
Sign up for freeto 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.

Avoid duplicate CI runs for release tag pushes

1 participant

@devkyato