Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyk3 committed May 27, 2024
1 parent cada4cb commit ca566d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Install codespell
run: |
pip install pytest
pip install pytesseract
pytest .
continue-on-error: false
spell_check:
Expand Down Expand Up @@ -58,6 +59,7 @@ jobs:
uses: AlicanAkkus/[email protected]

publish_to_pypi:
needs: [password_check, password_check, black_check, spell_check, test_case]
runs-on: ubuntu-latest
steps:
- name: Check out HEAD
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setuptools.setup(
name="openbharatocr",
version="0.3.2",
version="0.3.3",
description="openbharatocr is an opensource python library for ocr Indian government documents",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ca566d3

Please sign in to comment.