mirror of https://github.com/Nonannet/copapy.git
CI/CD: fixed build_wheels.yaml
This commit is contained in:
parent
2287a181da
commit
43465a690c
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue