Update deploy.yml (#1625)

pull/1626/head
Qian Zhao 2025-01-15 17:34:07 +08:00 committed by GitHub
parent a8c74c346d
commit a4475f5eea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 8 deletions

View File

@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
if: startsWith(github.event.ref, 'refs/tags')
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v2
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.10
- name: Install wheel
run: pip install wheel
- name: Build MMEngine
@ -29,11 +29,11 @@ jobs:
runs-on: ubuntu-latest
if: startsWith(github.event.ref, 'refs/tags')
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v2
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.10
- name: Install wheel
run: pip install wheel
- name: Build MMEngine-lite