Skip to content

Commit 33e6d38

Browse files
committed
ci: update package exe
1 parent 29335a9 commit 33e6d38

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/gen_whl_to_pypi_rapidocr_web.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ jobs:
2020

2121
- name: Run setup.py
2222
run: |
23+
pip install --upgrade pip
2324
pip install -r requirements.txt
24-
pip install get_pypi_latest_version
25+
pip install get_pypi_latest_version wheel
26+
pip install --upgrade setuptools
2527
2628
python -m pip install --upgrade pip
2729
python setup.py bdist_wheel "${{ github.ref_name }}"

.github/workflows/package_ocrweb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
needs: create_release
9898
strategy:
9999
matrix:
100-
os: ['ubuntu-20.04', 'ubuntu-22.04', 'macos-13', 'macos-15']
100+
os: ['ubuntu-20.04', 'ubuntu-22.04']
101101

102102
steps:
103103
- name: Pull latest code

0 commit comments

Comments
 (0)