aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 449b462..1d9a236 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -94,7 +94,7 @@ jobs:
labels: '${{ steps.meta.outputs.labels }}'
publish_pypi:
- needs: [test_local, test_example_config, test_docker]
+ needs: [test_local, test_example_config, test_docker, publish_docker]
runs-on: ubuntu-latest
name: 'Publish: PyPI'
env: