From 7925df0ca4579a9f9cc80fb081aca1f0e754aebd Mon Sep 17 00:00:00 2001 From: root <1561515308@qq.com> Date: Sat, 30 Mar 2024 21:12:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9actions?= 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 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 5eef6fa..e0c89af 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -7,8 +7,6 @@ name: Upload Python Package on: # 当master分支有push时,触发action push: - tags: - - v** jobs: deploy: name: publish python package to PYPI