Explorar o código

only publish on create (otherwise pypi package already exists)

Rodja Trappe %!s(int64=2) %!d(string=hai) anos
pai
achega
96033cabf3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/publish.yml

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

@@ -2,7 +2,7 @@ name: Publish Release
 
 on:
   release:
-    types: [created, edited]
+    types: [created]
 
 jobs:
   pypi: