From daeaa17b6c068927efc18e0fa6eb93ea9fbf9e9f Mon Sep 17 00:00:00 2001 From: Martijn Date: Tue, 18 Jun 2024 15:44:49 +0200 Subject: [PATCH] #53 change pypa action version. --- .github/workflows/to_pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/to_pypi.yml b/.github/workflows/to_pypi.yml index 2e0bdbe..910a7c7 100644 --- a/.github/workflows/to_pypi.yml +++ b/.github/workflows/to_pypi.yml @@ -22,7 +22,7 @@ jobs: python -m build --sdist --wheel --outdir dist/ - name: Publish distribution to PyPI - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}