workflows: fix publish.yaml

This commit is contained in:
Sina Atalay 2024-02-25 15:29:25 +01:00
parent 8419732738
commit 6561254c67
1 changed files with 4 additions and 4 deletions

View File

@ -3,12 +3,12 @@ name: Publish to PyPI
# GitHub events that triggers the workflow:
on:
release:
types: [released]
types: [released, edited]
jobs:
call_ci_workflow:
name: Continuous integration
uses: ./.github/workflows/ci.yaml
call_tests_workflow:
name: Tests
uses: ./.github/workflows/tests.yaml
publish:
name: Publish to PyPI