Skip to content

Commit ed0a377

Browse files
committed
Deduplicate wheels upload on Mac too.
1 parent 48fd2bb commit ed0a377

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/build_wheels_macos.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ jobs:
8585
echo $ENABLE_HEADLESS > headless.enabled
8686
set -x
8787
build_wheel $REPO_DIR $PLAT
88-
- name: Saving all wheels
89-
uses: actions/upload-artifact@v4
90-
with:
91-
name: wheels
92-
path: wheelhouse/opencv*.whl
9388
- name: Saving a wheel accordingly to matrix
9489
uses: actions/upload-artifact@v4
9590
with:

.github/workflows/build_wheels_macos_m1.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ jobs:
5858
python${{ matrix.python-version }} -m pip install toml && python${{ matrix.python-version }} -c 'import toml; c = toml.load("pyproject.toml"); print("\n".join(c["build-system"]["requires"]))' | python${{ matrix.python-version }} -m pip install -r /dev/stdin
5959
python${{ matrix.python-version }} setup.py bdist_wheel --py-limited-api=cp37 --dist-dir=wheelhouse -v
6060
delocate-wheel ${{ github.workspace }}/wheelhouse/opencv*
61-
- name: Saving all wheels
62-
uses: actions/upload-artifact@v4
63-
with:
64-
name: wheels
65-
path: wheelhouse/opencv*.whl
6661
- name: Saving a wheel accordingly to matrix
6762
uses: actions/upload-artifact@v4
6863
with:

0 commit comments

Comments
 (0)