From 106506a917dd09bb21212d58d4bd9a90acc35464 Mon Sep 17 00:00:00 2001 From: Miles Date: Mon, 11 Dec 2023 10:27:13 -0800 Subject: [PATCH] hopefully fixed the error, we can test in lab --- .github/workflows/release_to_pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_to_pypi.yml b/.github/workflows/release_to_pypi.yml index e1ad9b8..e8e9f9d 100644 --- a/.github/workflows/release_to_pypi.yml +++ b/.github/workflows/release_to_pypi.yml @@ -26,7 +26,7 @@ jobs: twine check --strict dist/* - name: Publish distribution to PyPI - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 # Updated this line with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}