Skip to content

Commit

Permalink
(Action) Fixed auto to publish rapidocr_paddle
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed May 12, 2024
1 parent 7d476c7 commit 1fa6f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gen_whl_to_pypi_rapidocr_paddle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
cd ..
python -m pip install --upgrade pip
python setup_paddle.py bdist_wheel ${{ 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 1fa6f46

Please sign in to comment.