From 26014063127e4bd1a30627df387c41534373d85a Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Sat, 30 Aug 2025 01:07:11 -0700 Subject: [PATCH] Fix GitHub publishing --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4308df5..087b6931 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -240,7 +240,6 @@ jobs: run: | echo "Version: ${{ steps.query-release-info.outputs.version }}" echo "Date: ${{ steps.query-release-info.outputs.release-date }}" - echo "${{ steps.query-release-info.outputs.release-notes }}" - uses: ncipollo/release-action@v1 with: artifacts: "dist/*.tar.gz,dist/*.whl"