We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e47f67 commit 7008753Copy full SHA for 7008753
.github/workflows/gen_whl_to_pypi_rapidocr_api.yml
@@ -24,7 +24,7 @@ jobs:
24
pip install get_pypi_latest_version wheel
25
26
python -m pip install --upgrade pip
27
- python setup.py bdist_wheel "${{ github.event.head_commit.message }}"
+ python setup.py bdist_wheel "${{ github.ref_name }}"
28
29
- name: Publish distribution 📦 to PyPI
30
uses: pypa/[email protected]
0 commit comments