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

Update PyPI package to pytesseract v0.3.9 #405

Closed
bozhodimitrov opened this issue Jan 25, 2022 · 3 comments
Closed

Update PyPI package to pytesseract v0.3.9 #405

bozhodimitrov opened this issue Jan 25, 2022 · 3 comments
Assignees

Comments

@bozhodimitrov
Copy link
Collaborator

Hi @madmaze
Please update whenever you have time. Thanks in advance!

@johnthagen
Copy link
Contributor

Also, wheels .whl files are missing from PyPI: https://pypi.org/project/pytesseract/0.3.8/#files

Read more about the advantages of wheels to understand why generating wheel distributions are important.

To create a wheel along with source distribution:

(venv) $ pip install --upgrade pip setuptools wheel
(venv) $ python setup.py sdist bdist_wheel

# See dist/*.whl

To upload wheels:

(venv) $ pip install twine
(venv) $ twine upload dist/*

@johnthagen
Copy link
Contributor

#413 will make the generated wheel files appropriately Python 3-only marked.

@madmaze
Copy link
Owner

madmaze commented Feb 19, 2022

Done, thanks @int3l and I did also upload a bdist, thanks @johnthagen!

@madmaze madmaze closed this as completed Feb 19, 2022
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

3 participants