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: