From e64900cb9ef86e6f95c974a6552735ef91c28cd2 Mon Sep 17 00:00:00 2001 From: liyp Date: Sat, 9 Dec 2023 22:05:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1dfa97f..63389e9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,4 +6,4 @@ steps: image: python:3.10 commands: - pip install -r requirements.txt - - pytho setup.py bdist \ No newline at end of file + - python setup.py bdist \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a767ad..5bbf8dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ name: Default on: push: branches: - - main # 适应你的默认分支 + - master # 适应你的默认分支 jobs: test: