新建workflow
Build and Publish / Run (push) Failing after 31s
Details
Build and Publish / Run (push) Failing after 31s
Details
This commit is contained in:
parent
ba91a1aa22
commit
6397bf016b
|
@ -0,0 +1,16 @@
|
|||
name: Build and Publish
|
||||
run-name: Build and Publish Package (${{ gitea.actor }})
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Run:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Info
|
||||
run: echo "OS=${{ runner.os }} NAME=${{ gitea.event_name }} REPO=${{ gitea.repository }} BRANCH=${{ gitea.ref }} ST=${{ job.status }}"
|
||||
- name: CheckOut
|
||||
uses: http://hmtsai.cn:3000/actions/checkout@v3
|
||||
- name: Build
|
||||
run: python3 setup.py build
|
||||
- name: Publish
|
||||
run: echo "Publish..."
|
Loading…
Reference in New Issue