Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/build_wheels_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: wheels
path: wheelhouse/

- name: Upload wheels for opencv_python_rolling
run: |
python -m pip install twine
Expand Down Expand Up @@ -216,8 +216,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: wheels
path: wheelhouse/

- name: Upload all wheels
run: |
python -m pip install twine
Expand All @@ -234,7 +234,6 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: wheels
path: wheelhouse/
- name: Upload wheels for opencv_python
run: |
Expand Down