Skip to content

Commit

Permalink
revise version info
Browse files Browse the repository at this point in the history
  • Loading branch information
panshaowu committed Jan 26, 2024
1 parent 7654adb commit c530918
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python -m build
- name: Publish package
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
twine upload dist/*
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include LICENSE
include README.md
include requirements.txt

recursive-include mindocr *.py
2 changes: 1 addition & 1 deletion mindocr/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""version init"""
__version__ = "0.2.0"
__version__ = "0.3.1"

0 comments on commit c530918

Please sign in to comment.