[Fix] Fix deploy ci (#1628)
* [Enhance] Support trigger ci manually * [Fix] Fix deploy CIpull/1636/head
parent
e60ab1dde3
commit
698782f920
.github/workflows
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue