Explorar o código

better naming

Rodja Trappe %!s(int64=3) %!d(string=hai) anos
pai
achega
e428954906
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  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