From 65b08c26603b6f64d5fe388973b26c8a29bf16a9 Mon Sep 17 00:00:00 2001 From: Julia Signell Date: Mon, 13 Mar 2023 14:32:00 -0400 Subject: [PATCH] Fix release 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 c1036ab..f57d810 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: python -m build - name: Publish distribution to PyPI - uses: pypa/gh-action-pypi-publish@release/v1.6.4 + uses: pypa/gh-action-pypi-publish@release/v1 with: # Password is set in GitHub UI to an API secret for pypi user: __token__