updated in response to ossf scorecard

This commit is contained in:
Mick Grove 2026-03-27 14:28:53 -07:00
commit 31042d4784

View file

@ -87,7 +87,7 @@ jobs:
done
- name: Install build tooling
run: python -m pip install --upgrade --only-binary :all: --require-hashes -r .github/requirements/pypi-build.txt
run: "python -m pip install --upgrade --only-binary :all: --require-hashes -r .github/requirements/pypi-build.txt"
- name: Build wheels
shell: bash