测试actions
Some checks failed
continuous-integration/drone/push Build is running
Default / test (push) Failing after 10s

This commit is contained in:
liyp 2023-12-09 22:05:09 +08:00
parent 2d03550be3
commit e64900cb9e
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -3,7 +3,7 @@ name: Default
on: on:
push: push:
branches: branches:
- main # 适应你的默认分支 - master # 适应你的默认分支
jobs: jobs:
test: test: