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: # GitHub events that triggers the workflow:
on: on:
release: release:
types: [released] types: [released, edited]
jobs: jobs:
call_ci_workflow: call_tests_workflow:
name: Continuous integration name: Tests
uses: ./.github/workflows/ci.yaml uses: ./.github/workflows/tests.yaml
publish: publish:
name: Publish to PyPI name: Publish to PyPI