Skip to content

Commit 123cb5b

Browse files
Update .github/workflows/wheels.yml
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
1 parent 87f1488 commit 123cb5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ jobs:
293293
python-version: "3.x"
294294

295295
- name: Generate CycloneDX SBOM
296-
run: python .github/generate-sbom.py
296+
run: python3 .github/generate-sbom.py
297297

298298
- name: Upload SBOM as workflow artifact
299299
uses: actions/upload-artifact@v7

0 commit comments

Comments
 (0)