From da2f7adb2ac701fee453247617c89c2170c65699 Mon Sep 17 00:00:00 2001 From: pyoor Date: Wed, 10 Jun 2026 15:49:41 -0400 Subject: [PATCH] ci: remove redundant build step that produced bad PyPI version --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a70603..dd6150c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,9 +99,6 @@ jobs: pipx run 'python-semantic-release~=10.0' -v version --no-changelog pipx run 'python-semantic-release~=10.0' -v publish - - name: Build package - run: pipx run build - - name: Upload to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: