From 9218421cb09e2c2c7641049b2fe6d1a0fd574150 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Thu, 21 Aug 2025 16:23:40 -0700 Subject: [PATCH] fix: Update build.yml to fix job name --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ac6a324..6978367a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -452,7 +452,7 @@ jobs: run: | echo "Downloaded Artifacts" ls -la dist/ - - name: Publish to TestPyPI + - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: packages-dir: dist