1
0
Rodja Trappe 3 жил өмнө
parent
commit
c9fde04915

+ 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