From 75efa8a55e89acaa6e18ddca625e0b94051263ac Mon Sep 17 00:00:00 2001 From: Richard Eckart de Castilho Date: Thu, 29 Feb 2024 21:09:12 +0100 Subject: [PATCH] No issue: Upgrade GitHub actions --- .github/workflows/publish_to_pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_to_pypi.yml b/.github/workflows/publish_to_pypi.yml index 3e14510..1896be7 100644 --- a/.github/workflows/publish_to_pypi.yml +++ b/.github/workflows/publish_to_pypi.yml @@ -31,7 +31,7 @@ jobs: repository_url: https://test.pypi.org/legacy/ - name: Publish package to PyPI if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ password: ${{ secrets.pypi_password }}