Merge pull request #299 from mongodb/development

Update project in response to OSSF Scorecard feedback
This commit is contained in:
Mick Grove 2026-03-27 14:33:22 -07:00 committed by GitHub
commit 0d982be19f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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