[Fix] Fix deploy ci ()

* [Enhance] Support trigger ci manually

* [Fix] Fix deploy CI
pull/1636/head
Mashiro 2025-01-15 18:11:05 +08:00 committed by GitHub
parent e60ab1dde3
commit 698782f920
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions
.github/workflows

View File

@ -15,10 +15,10 @@ jobs:
startsWith(github.event.ref, 'refs/tags') || github.event_name == 'workflow_dispatch'
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
- name: Set up Python 3.10.13
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: 3.10.13
- name: Install wheel
run: pip install wheel
- name: Build MMEngine
@ -34,10 +34,10 @@ jobs:
startsWith(github.event.ref, 'refs/tags') || github.event_name == 'workflow_dispatch'
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
- name: Set up Python 3.10.13
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: 3.10.13
- name: Install wheel
run: pip install wheel
- name: Build MMEngine-lite