From 478e85bd101a6a37760745351fee5bcc7153f9d6 Mon Sep 17 00:00:00 2001 From: Alex Daniel Date: Wed, 30 Oct 2024 18:23:42 +0000 Subject: [PATCH] Update 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 }}