瀏覽代碼

better naming

Rodja Trappe 3 年之前
父節點
當前提交
e428954906
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      .github/workflows/publish.yml

+ 4 - 2
.github/workflows/publish.yml

@@ -1,9 +1,11 @@
-name: Upload Python Package
+name: Publish Release
 
 on:
   release:
     types: [created, edited]
-
+  push:
+    tags:
+      - v**
 jobs:
   pypi:
     runs-on: ubuntu-latest