From: Mike Bayer Date: Sat, 27 Jun 2026 19:50:02 +0000 (-0400) Subject: add shell: bash to attestations step to fix glob expansion on Windows X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a02364487a896c764e800acb2b0bf0b70de8bd9d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 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 --- diff --git a/.github/workflows/create-wheels.yaml b/.github/workflows/create-wheels.yaml index a0ff4ed0e1..0be63931d0 100644 --- a/.github/workflows/create-wheels.yaml +++ b/.github/workflows/create-wheels.yaml @@ -130,6 +130,7 @@ jobs: - name: Generate attestations id: attestations continue-on-error: true + shell: bash run: | pip install pypi-attestations python -m pypi_attestations sign ./wheelhouse/*