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 02346e9 commit 1d80e8fCopy full SHA for 1d80e8f
1 file changed
.github/workflows/gen_whl_to_pypi_rapidocr_api.yml
@@ -18,15 +18,6 @@ jobs:
18
python-version: '3.10'
19
architecture: 'x64'
20
21
- - name: Set SSH Environment
22
- env:
23
- DEPLOY_KEYS: ${{ secrets.GEN_PYTHON_SDK }}
24
- run: |
25
- mkdir -p ~/.ssh/
26
- echo "$DEPLOY_KEYS" > ~/.ssh/id_rsa
27
- chmod 600 ~/.ssh/id_rsa
28
- chmod 700 ~/.ssh && chmod 600 ~/.ssh/*
29
-
30
- name: Run setup.py
31
run: |
32
cd api
0 commit comments