workflows: update publish.yaml

This commit is contained in:
Sina Atalay authored and GitHub committed 2024-07-16 13:46:46 +03:00
1 parent 56346a83b0
commit 6d77ba6046
1 file changed
+2 -1
+2 -1
View File
@@ -3,7 +3,8 @@ name: Publish to PyPI and update files
# GitHub events that triggers the workflow:
on:
release:
types: [released]
types:
- published
jobs:
call_tests_workflow: