Skip to content

Commit 5f5e230

Browse files
authored
Update build_wheels_linux.yml
1 parent 44fd08b commit 5f5e230

File tree

1 file changed

+0
-45
lines changed

1 file changed

+0
-45
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -192,22 +192,6 @@ jobs:
192192
run: |
193193
python -m pip install twine
194194
python -m twine check wheelhouse/opencv_python_rolling-*
195-
- name: Upload wheels for opencv_python_rolling
196-
run: |
197-
python -m pip install twine
198-
python -m twine upload -u ${{ secrets.OPENCV_PYTHON_ROLLING_USERNAME }} -p ${{ secrets.OPENCV_PYTHON_ROLLING_PASSWORD }} --skip-existing wheelhouse/opencv_python_rolling-*
199-
- name: Upload wheels for opencv_contrib_python_rolling
200-
run: |
201-
python -m pip install twine
202-
python -m twine upload -u ${{ secrets.OPENCV_CONTRIB_PYTHON_ROLLING_USERNAME }} -p ${{ secrets.OPENCV_CONTRIB_PYTHON_ROLLING_PASSWORD }} --skip-existing wheelhouse/opencv_contrib_python_rolling-*
203-
- name: Upload wheels for opencv_python_headless_rolling
204-
run: |
205-
python -m pip install twine
206-
python -m twine upload -u ${{ secrets.OPENCV_PYTHON_HEADLESS_ROLLING_USERNAME }} -p ${{ secrets.OPENCV_PYTHON_HEADLESS_ROLLING_PASSWORD }} --skip-existing wheelhouse/opencv_python_headless_rolling-*
207-
- name: Upload wheels for opencv_contrib_python_headless_rolling
208-
run: |
209-
python -m pip install twine
210-
python -m twine upload -u ${{ secrets.OPENCV_CONTRIB_PYTHON_HEADLESS_ROLLING_USERNAME }} -p ${{ secrets.OPENCV_CONTRIB_PYTHON_HEADLESS_ROLLING_PASSWORD }} --skip-existing wheelhouse/opencv_contrib_python_headless_rolling-*
211195
212196
Pre-release:
213197
if: github.event_name == 'release' && github.event.release.prerelease
@@ -226,32 +210,3 @@ jobs:
226210
run: |
227211
python -m pip install twine
228212
python -m twine upload --repository testpypi -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }} --skip-existing wheelhouse/opencv_* wheelhouse/opencv-*
229-
230-
Release:
231-
if: github.event_name == 'release' && !github.event.release.prerelease
232-
needs: [Build, Build_sdist, Test]
233-
runs-on: ubuntu-22.04
234-
environment: opencv-python-release
235-
defaults:
236-
run:
237-
shell: bash
238-
steps:
239-
- uses: actions/download-artifact@v4
240-
with:
241-
path: wheelhouse/
242-
- name: Upload wheels for opencv_python
243-
run: |
244-
python -m pip install twine
245-
python -m twine upload -u ${{ secrets.OPENCV_PYTHON_USERNAME }} -p ${{ secrets.OPENCV_PYTHON_PASSWORD }} --skip-existing wheelhouse/opencv_python-* wheelhouse/opencv-python-[^h]*
246-
- name: Upload wheels for opencv_contrib_python
247-
run: |
248-
python -m pip install twine
249-
python -m twine upload -u ${{ secrets.OPENCV_CONTRIB_PYTHON_USERNAME }} -p ${{ secrets.OPENCV_CONTRIB_PYTHON_PASSWORD }} --skip-existing wheelhouse/opencv_contrib_python-* wheelhouse/opencv-contrib-python-[^h]*
250-
- name: Upload wheels for opencv_python_headless
251-
run: |
252-
python -m pip install twine
253-
python -m twine upload -u ${{ secrets.OPENCV_PYTHON_HEADLESS_USERNAME }} -p ${{ secrets.OPENCV_PYTHON_HEADLESS_PASSWORD }} --skip-existing wheelhouse/opencv_python_headless-* wheelhouse/opencv-python-headless-*
254-
- name: Upload wheels for opencv_contrib_python_headless
255-
run: |
256-
python -m pip install twine
257-
python -m twine upload -u ${{ secrets.OPENCV_CONTRIB_PYTHON_HEADLESS_USERNAME }} -p ${{ secrets.OPENCV_CONTRIB_PYTHON_HEADLESS_PASSWORD }} --skip-existing wheelhouse/opencv_contrib_python_headless-* wheelhouse/opencv-contrib-python-headless-*

0 commit comments

Comments
 (0)