From 73dda812ea042d10461722c9a09288ff72d29ef2 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Thu, 23 Feb 2023 16:55:25 -0500 Subject: [PATCH] push to pypi from branch v2.3 This change will cause releases on the v2.3 branch to be pushed to PyPi. --- .github/workflows/pypi-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index ffb4fd6fe8..91d6e6b8e7 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -28,7 +28,7 @@ jobs: run: twine check dist/* - name: check PyPI versions - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/v2.3' run: | pip install --upgrade requests python -c "\