From 43858690f7c83e86fb98c4bf9332e3b17a1b2923 Mon Sep 17 00:00:00 2001 From: Kyle Gottfried <6462596+Spitfire1900@users.noreply.github.com> Date: Fri, 3 Jan 2025 14:17:09 -0500 Subject: [PATCH] remove TestPyPI references in release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9aa9ff5..26552ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: with: name: python-package-distributions path: dist/ - publish-to-testpypi: + publish-to-pypi: name: Publish Python 🐍 distribution 📦 to PyPI needs: - build @@ -60,7 +60,7 @@ jobs: with: name: python-package-distributions path: dist/ - - name: Publish distribution 📦 to TestPyPI + - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@v1.12.3 with: verbose: true