Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release OpenCV 4.5.2 #459

Closed
4 tasks
asmorkalov opened this issue Apr 6, 2021 · 8 comments
Closed
4 tasks

Prepare release OpenCV 4.5.2 #459

asmorkalov opened this issue Apr 6, 2021 · 8 comments
Assignees
Milestone

Comments

@asmorkalov
Copy link
Collaborator

Expected behaviour

Write here how did you expect the library to function.

Actual behaviour

Write here what went wrong.

Steps to reproduce

  • example code
  • operating system
  • architecture (e.g. x86)
  • opencv-python version
Issue submission checklist
  • This is not a generic OpenCV usage question (looking for help for coding, other usage questions, homework etc.)
  • I have read the README of this repository and understand that this repository provides only an automated build toolchain for OpenCV Python packages (there is no actual OpenCV code here)
  • The issue is related to the build scripts in this repository, to the pre-built binaries or is a feature request (such as "please enable this additional dependency")
  • I'm using the latest version of opencv-python
@sergregory
Copy link
Collaborator

Should be fixed with the #470

@johnnnya
Copy link

cv2.barcode_BarcodeDetector()

@johnthagen
Copy link
Contributor

This has been released on PyPI: https://pypi.org/project/opencv-python/4.5.2.52/

@williamjacksn
Copy link
Contributor

Is it possible to also upload a source distribution to PyPI?

@johnthagen
Copy link
Contributor

johnthagen commented May 10, 2021

It's true that in previous releases the sdist was included: https://pypi.org/project/opencv-python/4.5.1.48/#files

See #43

@williamjacksn
Copy link
Contributor

I figured it out. The release workflow builds the sdist but doesn't upload it. The step that uploads the files to PyPI looks for files that match opencv_python-* but the built file is named opencv-python-4.5.2.52.tar.gz. Notice the hyphen instead of the underscore.

@skvark
Copy link
Member

skvark commented May 11, 2021

I think @sergregory or someone else can upload the source distributions manually to PyPI. The source tarballs should be available in the Github Actions artifact storage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants