mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
workflows: fix publish.yaml
This commit is contained in:
8
.github/workflows/publish.yaml
vendored
8
.github/workflows/publish.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user