Skip to content

Commit 7483e1b

Browse files
committed
Push to test PyPI on each package build. Remove unneded build on push to master
1 parent f316fb8 commit 7483e1b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build_wheels.yml

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Build PYPI wheels for opencv-python
22

33
on:
4-
push:
5-
branches:
6-
- master
74
pull_request:
85
branches:
96
- master
@@ -273,7 +270,6 @@ jobs:
273270
path: dist/opencv*.tar.gz
274271

275272
test_release_opencv_python_all:
276-
if: ${{github.event.pull_request.types}}
277273
needs: [build, build-windows-x86_64, build_sdist]
278274
runs-on: ubuntu-latest
279275
environment: test-opencv-python-release

0 commit comments

Comments
 (0)