From 96b63ed65f5be9a444331d1a61c3a5972204c8f4 Mon Sep 17 00:00:00 2001 From: Julien Sanchez Date: Mon, 20 May 2024 10:24:46 +0200 Subject: [PATCH] Update to latest stable release of `pypi-publish` action `pypi-publish` action's `master` branch is deprecated: https://github.com/pypa/gh-action-pypi-publish/blob/699cd6103f50bf5c3b2f070c70712d109c168e6c/README.md#-master-branch-sunset- --- .github/workflows/pypi-publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index b61a6010..3308098f 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -16,7 +16,4 @@ jobs: - name: Build run: python -m build --sdist --wheel - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@master - with: - user: __token__ - password: ${{ secrets.pypi_password }} + uses: pypa/gh-action-pypi-publish@release/v1