We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd664dc commit b820074Copy full SHA for b820074
.github/workflows/build_wheels_linux.yml
@@ -64,11 +64,6 @@ jobs:
64
fetch-depth: 0
65
- name: Build a package
66
run: source scripts/build.sh
67
- - name: Saving all wheels
68
- uses: actions/upload-artifact@v4
69
- with:
70
- name: wheels
71
- path: wheelhouse/opencv*.whl
72
- name: Saving a wheel accordingly to matrix
73
uses: actions/upload-artifact@v4
74
with:
.github/workflows/build_wheels_linux_arm.yml
0 commit comments