测试actions
This commit is contained in:
parent
2d03550be3
commit
e64900cb9e
2 changed files with 2 additions and 2 deletions
|
@ -6,4 +6,4 @@ steps:
|
||||||
image: python:3.10
|
image: python:3.10
|
||||||
commands:
|
commands:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pytho setup.py bdist
|
- python setup.py bdist
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -3,7 +3,7 @@ name: Default
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main # 适应你的默认分支
|
- master # 适应你的默认分支
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue