Skip to content

Commit

Permalink
feat(rapidocr_paddle): fixed ci version error and bump to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Nov 21, 2024
1 parent 3e13f48 commit 4e9b7cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gen_whl_to_pypi_rapidocr_paddle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ jobs:
cd ..
python -m pip install --upgrade pip
python setup_paddle.py bdist_wheel "{{ github.event.head_commit.message }}"
echo "${{ github.event.head_commit.message }}"
python setup_paddle.py bdist_wheel "${{ github.event.head_commit.message }}"
mv dist ../
- name: Publish distribution 📦 to PyPI
Expand Down

0 comments on commit 4e9b7cc

Please sign in to comment.