Explorar o código

better publish hook

Rodja Trappe %!s(int64=2) %!d(string=hai) anos
pai
achega
a36ded5587
Modificáronse 1 ficheiros con 1 adicións e 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: