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 5da97ac commit 02ffc4aCopy full SHA for 02ffc4a
.github/workflows/build_wheels_windows.yml
@@ -72,12 +72,12 @@ jobs:
72
set "CI_BUILD=1" && python setup.py bdist_wheel --py-limited-api=cp37 --dist-dir=%cd%\wheelhouse -v
73
shell: cmd
74
- name: Saving all wheels
75
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v3.1.3
76
with:
77
name: wheels
78
path: wheelhouse/opencv*.whl
79
- name: Saving a wheel accordingly to matrix
80
81
82
name: wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}-${{ matrix.platform }}
83
path: wheelhouse/opencv*
0 commit comments