We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8978378 commit 29335a9Copy full SHA for 29335a9
1 file changed
.github/workflows/gen_whl_to_pypi_rapidocr_web.yml
@@ -21,6 +21,7 @@ jobs:
21
- name: Run setup.py
22
run: |
23
pip install -r requirements.txt
24
+ pip install get_pypi_latest_version
25
26
python -m pip install --upgrade pip
27
python setup.py bdist_wheel "${{ github.ref_name }}"
0 commit comments