Skip to content

Add semver package artifact workflows#20

Merged
rickardvh merged 1 commit into
masterfrom
codex/16-semver-package-artifacts
Jun 14, 2026
Merged

Add semver package artifact workflows#20
rickardvh merged 1 commit into
masterfrom
codex/16-semver-package-artifacts

Conversation

@rickardvh

Copy link
Copy Markdown
Owner

Summary

  • Add PR CI that runs tests/lint, builds wheel and sdist artifacts, proves wheel installation outside the source tree, and uploads dist/ artifacts.
  • Add a semver tag release workflow that validates tag/version alignment, rebuilds and smoke-tests artifacts, then attaches them to a GitHub Release.
  • Document the release mechanics and add workflow regression tests so the artifact path stays durable.

Proof

  • uv run pytest
  • uv run ruff check src tests
  • uv build
  • built-wheel install smoke from a fresh uv venv outside the source tree
  • git diff -- README.md docs .agentic-workspace/docs packages/planning/README.md packages/memory/README.md

Resolves #16

@rickardvh rickardvh merged commit 2dd552b into master Jun 14, 2026
1 check passed
@rickardvh rickardvh deleted the codex/16-semver-package-artifacts branch June 14, 2026 13:48
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.

Build and release semver package artifacts

1 participant