Skip to content

Commit ac144f1

Browse files
committed
ci(rapidocr_web): fixed python version
1 parent 8406acd commit ac144f1

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/gen_whl_to_pypi_rapidocr_web.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,12 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- name: Set up Python 3.7
20+
- name: Set up Python 3.10
2121
uses: actions/setup-python@v4
2222
with:
23-
python-version: '3.7'
23+
python-version: '3.10'
2424
architecture: 'x64'
2525

26-
- name: Set SSH Environment
27-
env:
28-
DEPLOY_KEYS: ${{ secrets.GEN_PYTHON_SDK }}
29-
run: |
30-
mkdir -p ~/.ssh/
31-
echo "$DEPLOY_KEYS" > ~/.ssh/id_rsa
32-
chmod 600 ~/.ssh/id_rsa
33-
chmod 700 ~/.ssh && chmod 600 ~/.ssh/*
34-
3526
- name: Run setup.py
3627
run: |
3728
cd ocrweb

0 commit comments

Comments
 (0)