Skip to content

Improve release workflow validation#33

Merged
marcleblanc2 merged 1 commit into
mainfrom
amp/improve-release-workflows
Jun 9, 2026
Merged

Improve release workflow validation#33
marcleblanc2 merged 1 commit into
mainfrom
amp/improve-release-workflows

Conversation

@marcleblanc2

Copy link
Copy Markdown
Collaborator

Summary

  • build both wheel and source distribution during package validation
  • allow release reruns for tags reachable from main, not only current main
  • validate release runtime dependencies and smoke-test installed wheels from a temp dir

Verification

  • uv lock --check
  • actionlint
  • uv build --wheel --sdist --out-dir /tmp/src-py-lib-build-check --no-create-gitignore
  • uv run --frozen python -c 'import src_py_lib; print(src_py_lib.name)'
  • git diff --check -- .github/workflows/release.yml .github/workflows/validate.yml

@marcleblanc2 marcleblanc2 merged commit b02cc01 into main Jun 9, 2026
6 checks passed
@marcleblanc2 marcleblanc2 deleted the amp/improve-release-workflows branch June 9, 2026 02:03
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.

1 participant