Jelajahi Sumber

only publish on create (otherwise pypi package already exists)

Rodja Trappe 2 tahun lalu
induk
melakukan
96033cabf3
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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: