Skip to content

Commit

Permalink
Merge branch 'sidebranch/old_version' of github.com:deepopinion/ocr_w…
Browse files Browse the repository at this point in the history
…rapper into sidebranch/old_version
  • Loading branch information
Paethon committed Mar 22, 2024
2 parents fc84ea9 + 2cd8a48 commit 1b8391e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pip-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,15 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install wheel twine
pip install wheel
pip install -e .
# - name: Run tests
# run: |
# pip install pytest pytest-mock
# pytest -m githubtest --disable-warnings ucn/tests
- name: Push package to Gemfury and Nexus
- name: Push package to Gemfury
if: success()
env:
PIP_PUSH: ${{ secrets.PIP_PUSH }}
TWINE_USERNAME: ${{ secrets.NEXUS_USER }}
TWINE_PASSWORD: ${{ secrets.NEXUS_PASS }}
TWINE_REPOSITORY_URL: https://nexus.do-dev.net/repository/python/
run: |
sh devops/deploy.sh
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The version numbers are according to [Semantic Versioning](http://semver.org/).
### Changed
- Improved warning messages for set arguments of GoogleAzureOCR to be less confusing
### Removed
- No longer publishing to Sonatype Nexus

## Release v0.0.19 (2024-03-08)
### Added
Expand Down
6 changes: 0 additions & 6 deletions devops/push_nexus.sh

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="ocr_wrapper",
version="0.0.18",
version="0.0.19",
packages=find_packages(),
include_package_data=True,
license="MIT",
Expand Down

0 comments on commit 1b8391e

Please sign in to comment.