Преглед изворни кода

only publish on create (otherwise pypi package already exists)

Rodja Trappe пре 2 година
родитељ
комит
96033cabf3
1 измењених фајлова са 1 додато и 1 уклоњено
  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: