From 4c78e006bb3789d59d892b33b7de4f07750c15e0 Mon Sep 17 00:00:00 2001 From: Alex Daniel Date: Wed, 30 Oct 2024 18:40:22 +0000 Subject: [PATCH] Upgrade pypi release to v1 --- .github/workflows/new_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/new_release.yml b/.github/workflows/new_release.yml index 2348b7ba..b13ef3a5 100644 --- a/.github/workflows/new_release.yml +++ b/.github/workflows/new_release.yml @@ -53,12 +53,12 @@ jobs: run: | python setup.py sdist bdist_wheel - name: Publish distribution to Test PyPI - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PYPI_TEST_API_TOKEN }} repository_url: https://test.pypi.org/legacy/ - name: Publish distribution to PyPI - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PYPI_API_TOKEN }}