浏览代码

do not build twice

Rodja Trappe 3 年之前
父节点
当前提交
c9fde04915
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      .github/workflows/publish.yml

+ 1 - 3
.github/workflows/publish.yml

@@ -3,9 +3,7 @@ name: Publish Release
 on:
   release:
     types: [created, edited]
-  push:
-    tags:
-      - v**
+
 jobs:
   pypi:
     runs-on: ubuntu-latest