Browse Source

better publish hook

Rodja Trappe 2 years ago
parent
commit
a36ded5587
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]
+    types: [published]
 
 jobs:
   pypi: