Browse Source

Update upload_deploy.yml

tags/0.1.0
Changli Tang GitHub 2 years ago
parent
commit
5d9c142aba
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/upload_deploy.yml

+ 1
- 1
.github/workflows/upload_deploy.yml View File

@@ -24,7 +24,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.9.2'
python-version: '3.9'

- name: Pip Install paramiko
run: pip install paramiko


Loading…
Cancel
Save