From 31042d47846e69eb7d79b0bff2ba244956c18afa Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Fri, 27 Mar 2026 14:28:53 -0700 Subject: [PATCH] updated in response to ossf scorecard --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 812edee..874dbe2 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -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