更新build
Build and Publish / Run (push) Failing after 1m45s
Details
Build and Publish / Run (push) Failing after 1m45s
Details
This commit is contained in:
parent
6397bf016b
commit
0e4083e312
|
@ -8,8 +8,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Info
|
- name: Info
|
||||||
run: echo "OS=${{ runner.os }} NAME=${{ gitea.event_name }} REPO=${{ gitea.repository }} BRANCH=${{ gitea.ref }} ST=${{ job.status }}"
|
run: echo "OS=${{ runner.os }} NAME=${{ gitea.event_name }} REPO=${{ gitea.repository }} BRANCH=${{ gitea.ref }} ST=${{ job.status }}"
|
||||||
|
- name: Prepare Python
|
||||||
|
uses: http://hmtsai.cn:3000/actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: "3.10"
|
||||||
- name: CheckOut
|
- name: CheckOut
|
||||||
uses: http://hmtsai.cn:3000/actions/checkout@v3
|
uses: http://hmtsai.cn:3000/actions/checkout@v4
|
||||||
- name: Build
|
- name: Build
|
||||||
run: python3 setup.py build
|
run: python3 setup.py build
|
||||||
- name: Publish
|
- name: Publish
|
||||||
|
|
Loading…
Reference in New Issue