CI/CD: fixed build_wheels.yaml

This commit is contained in:
Nicolas 2026-01-01 14:58:54 +01:00
parent 2287a181da
commit 43465a690c
1 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,11 @@ jobs:
name: stencil-object-files name: stencil-object-files
path: src/copapy/obj/*.o path: src/copapy/obj/*.o
- uses: actions/upload-artifact@v4
with:
name: musl-object-files
path: /object_files/*
build_wheels: build_wheels:
if: contains(github.ref, '-beta') == false if: contains(github.ref, '-beta') == false
needs: [build_stencils] needs: [build_stencils]