فهرست منبع

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: