From d0505e0cb621f5dc9ed343fc71bb821f3d01e8b7 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 4 Sep 2023 11:15:40 +0100 Subject: [PATCH] Use release/v1 branch of pypi release workflow The master branch has been sunset. Signed-off-by: Stephen Finucane --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d48c1a7..8ff15ed 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -62,4 +62,4 @@ jobs: run: python -m build --sdist --wheel --outdir dist/ . - name: Publish distribution to PyPI if: startsWith(github.ref, 'refs/tags') - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1