[Fix] Fix deploy ci (#1628)
* [Enhance] Support trigger ci manually * [Fix] Fix deploy CIpull/1636/head
parent
e60ab1dde3
commit
698782f920
|
@ -15,10 +15,10 @@ jobs:
|
||||||
startsWith(github.event.ref, 'refs/tags') || github.event_name == 'workflow_dispatch'
|
startsWith(github.event.ref, 'refs/tags') || github.event_name == 'workflow_dispatch'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python 3.10
|
- name: Set up Python 3.10.13
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.10
|
python-version: 3.10.13
|
||||||
- name: Install wheel
|
- name: Install wheel
|
||||||
run: pip install wheel
|
run: pip install wheel
|
||||||
- name: Build MMEngine
|
- name: Build MMEngine
|
||||||
|
@ -34,10 +34,10 @@ jobs:
|
||||||
startsWith(github.event.ref, 'refs/tags') || github.event_name == 'workflow_dispatch'
|
startsWith(github.event.ref, 'refs/tags') || github.event_name == 'workflow_dispatch'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python 3.10
|
- name: Set up Python 3.10.13
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.10
|
python-version: 3.10.13
|
||||||
- name: Install wheel
|
- name: Install wheel
|
||||||
run: pip install wheel
|
run: pip install wheel
|
||||||
- name: Build MMEngine-lite
|
- name: Build MMEngine-lite
|
||||||
|
|
Loading…
Reference in New Issue