Browse Source

also try repubublishing when release is edited

Rodja Trappe 3 years ago
parent
commit
f3b44d4a36
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: Upload Python Package
 
 on:
   release:
-    types: [created]
+    types: [created, edited]
 
 jobs:
   pypi: