From 8390e7504612a5e44d9229b5d29dd2ca0c0f6f99 Mon Sep 17 00:00:00 2001 From: Sam Clements Date: Mon, 29 Aug 2022 15:53:21 +0100 Subject: [PATCH] Use pypa/gh-action-pypi-publish@release/v1 The `@master` version is deprecated. https://github.com/pypa/gh-action-pypi-publish#-master-branch-sunset- --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10fa74d..57c8e62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: - name: "🐍 Build a binary wheel and a source tarball" run: "python setup.py sdist bdist_wheel" - name: "📦 Publish distribution to PyPI" - uses: "pypa/gh-action-pypi-publish@master" + uses: "pypa/gh-action-pypi-publish@release/v1" if: "startsWith(github.ref, 'refs/tags')" with: password: "${{ secrets.pypi_password }}"