From 1ce496a783cdbd7bd471e758ca4ad80a667dbefc Mon Sep 17 00:00:00 2001 From: Adam Janovsky Date: Sat, 10 Dec 2022 09:47:26 +0100 Subject: update release on pypi action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f3338f0..163f6014 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: shell: bash -l {0} run: python -m build - name: Publish package to PyPI - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: user: ${{ secrets.PYPI_USERNAME }} password: ${{ secrets.PYPI_PASSWORD }} -- cgit v1.3.1