From b7f385044957225c3264bb30128c5d40f9c8abe2 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Fri, 31 Dec 2021 15:50:36 +0000 Subject: [PATCH] Fix push to pyPI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1af3d8e5..c8452931 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,6 +118,7 @@ jobs: deploy: name: Deploy + environment: release if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') needs: [test] runs-on: ubuntu-latest