workflows: update publish.yaml

This commit is contained in:
Sina Atalay
2024-07-16 13:46:46 +03:00
committed by GitHub
parent 56346a83b0
commit 6d77ba6046

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: