You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(release): upload to PyPI without the docker rebuild
The Publish step ran twine via `docker compose run --build`, which
reinstalled the package inside a container with no .git/tag, so hatch-vcs
(added in #1503, first exercised for a release in v2.3.2) could not derive
the version and the build failed with metadata-generation-failed before
twine ran. Upload the dist/* artifacts already built on the runner
directly, with `twine upload --skip-existing` for idempotent re-runs
(dropping the brittle resolved_version guard, which was empty).
0 commit comments