]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
use python -m pip/twine/pypi_attestations to avoid PATH issues on macOS
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 Jun 2026 19:50:49 +0000 (15:50 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 Jun 2026 22:32:39 +0000 (18:32 -0400)
commit47032a9a6935721a0ed0c16f1f1287cd8a06fda2
tree4e16025570daea7f154bf5078b4fb27d12bd715b
parenta02364487a896c764e800acb2b0bf0b70de8bd9d
use python -m pip/twine/pypi_attestations to avoid PATH issues on macOS

On macOS after cibuildwheel runs, bare pip/twine may not be on PATH.
Using python -m ensures the correct interpreter's tools are used.

Change-Id: I658267a4f51343d69cdd930744a4086685b735bf
.github/workflows/create-wheels.yaml