Explorar el Código

better publish hook

Rodja Trappe hace 2 años
padre
commit
a36ded5587
Se han modificado 1 ficheros con 1 adiciones y 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]
+    types: [published]
 
 jobs:
   pypi: