From b763f1889b7b82beaef8e86c57122f1b8abf7a11 Mon Sep 17 00:00:00 2001 From: moyan <1561515308@qq.com> Date: Tue, 18 Jun 2024 16:20:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BB=85=E4=B8=BB=E5=88=86?= =?UTF-8?q?=E6=94=AF=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/continuous-integration-workflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index e0c89af..ceea6b1 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -7,6 +7,8 @@ name: Upload Python Package on: # 当master分支有push时,触发action push: + branches: + - master jobs: deploy: name: publish python package to PYPI