diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-01 18:39:48 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-01 18:39:48 +0300 |
commit | b4d59b3828fc3ae386c21ca9b0ce2e52972f3d88 (patch) | |
tree | ac362921805afd280537295f1a0cd89f33d864c5 /.github/workflows/ci.yml | |
parent | v2.0 (diff) | |
download | cgitize-b4d59b3828fc3ae386c21ca9b0ce2e52972f3d88.tar.gz cgitize-b4d59b3828fc3ae386c21ca9b0ce2e52972f3d88.zip |
workflows/ci: PyPI depends on Docker Hub
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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: |