diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 703923e..5ccfe4d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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/ @@ -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/ @@ -51,7 +51,6 @@ jobs: with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} - dist: dist/* github-release: name: >- diff --git a/pyproject.toml b/pyproject.toml index 9e783e3..935652e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "PPOCRLabel" -version = "2.1.4" +version = "2.1.5" dependencies = [ "pyqt5", "paddleocr",