mirror of https://github.com/eyhc1/rendercv.git
workflows: fix publish.yaml
This commit is contained in:
parent
8419732738
commit
6561254c67
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue