https://github.com/python/cpython/commit/9c54248e4f5fb29cdc894a9882d12ce8eb5e3aa3 commit: 9c54248e4f5fb29cdc894a9882d12ce8eb5e3aa3 branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-12-10T14:57:27Z summary:
[3.12] Add zizmor to pre-commit and fix most findings (GH-127749) (#127788) (cherry picked from commit ae31df354d02e12bf656954c5c72380d96c1dc0e) Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Alex Waygood <[email protected]> Co-authored-by: Ezio Melotti <[email protected]> files: M .github/workflows/reusable-windows-msi.yml diff --git a/.github/workflows/reusable-windows-msi.yml b/.github/workflows/reusable-windows-msi.yml index d0d53dba0b45d1..a1c45d954247fb 100644 --- a/.github/workflows/reusable-windows-msi.yml +++ b/.github/workflows/reusable-windows-msi.yml @@ -24,4 +24,5 @@ jobs: with: persist-credentials: false - name: Build CPython installer - run: .\Tools\msi\build.bat --doc -"${ARCH}" + run: ./Tools/msi/build.bat --doc -"${ARCH}" + shell: bash _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
