Browse Source

only publish on create (otherwise pypi package already exists)

Rodja Trappe 2 years ago
parent
commit
96033cabf3
1 changed files with 1 additions and 1 deletions
  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: