]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
add shell: bash to attestations step to fix glob expansion on Windows
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 Jun 2026 19:50:02 +0000 (15:50 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 Jun 2026 22:32:39 +0000 (18:32 -0400)
commita02364487a896c764e800acb2b0bf0b70de8bd9d
tree89b8da8ec7a241099ca4998d6f2f0d2a2b32ed50
parent7776cfbf469dbe88edbc2b9a8abc1b32b382f916
add shell: bash to attestations step to fix glob expansion on Windows

PowerShell does not expand ./wheelhouse/* globs, causing pypi_attestations
sign to receive a literal asterisk and fail. Explicit bash shell ensures
glob expansion works on all platforms.

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