Skip to content

Commit

Permalink
ci(rapidocr_web): Fix setup error when auto publish whl
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Jul 8, 2024
1 parent d2f3692 commit 5827668
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/gen_whl_to_pypi_rapidocr_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,7 @@ jobs:
pip install -r requirements.txt
python -m pip install --upgrade pip
python setup.py bdist_wheel ${{ github.event.head_commit.message }}
# - name: Publish distribution 📦 to Test PyPI
# uses: pypa/[email protected]
# with:
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
# repository_url: https://test.pypi.org/legacy/
# packages_dir: ocrweb/dist/
python setup.py bdist_wheel "${{ github.event.head_commit.message }}"
- name: Publish distribution 📦 to PyPI
uses: pypa/[email protected]
Expand Down

0 comments on commit 5827668

Please sign in to comment.