Skip to content

Commit

Permalink
update CI for publish to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatV committed Aug 1, 2024
1 parent fba5f8c commit 23aa7ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build a binary wheel and a source tarball
run: python3 -m build
- name: Store the distribution packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand All @@ -42,7 +42,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand All @@ -51,7 +51,6 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
dist: dist/*

github-release:
name: >-
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "PPOCRLabel"
version = "2.1.4"
version = "2.1.5"
dependencies = [
"pyqt5",
"paddleocr",
Expand Down

0 comments on commit 23aa7ff

Please sign in to comment.