From 2bd2224f4720c267d6dd60105592d6ee87f5e0e0 Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Sat, 28 Oct 2023 19:48:57 +0100 Subject: [PATCH] Add publish PyPI step --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42fb1e26e..33329be11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -271,6 +271,8 @@ jobs: - os: macos-latest - os: windows-latest - os: ubuntu-20.04 + needs: [ build, test ] + if: startsWith(github.ref, 'refs/tags/') steps: - uses: actions/checkout@v3 with: