From 02c6cb27b26716f56f06ca1211654d5ac6b5a0fc Mon Sep 17 00:00:00 2001 From: salecharohit Date: Fri, 15 May 2026 18:02:16 +0530 Subject: [PATCH 1/2] fixing issue --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5eaddc5..06ee493 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,8 @@ jobs: permissions: id-token: write # PyPI trusted publishing (OIDC) contents: write # push version bump commit and tag + env: + SEMANTIC_RELEASE_VERSION: ${{ github.event.inputs.version }} steps: - uses: actions/checkout@v4 @@ -37,7 +39,6 @@ jobs: uses: python-semantic-release/python-semantic-release@v9.8.1 with: github_token: ${{ secrets.RELEASE_PLEASE_TOKEN }} - version: ${{ github.event.inputs.version }} - name: Debug release output run: echo "released: ${{ steps.semrel.outputs.released }}" From 4e70d60f63b4315b55f188b0bc3a8c14c27f43e3 Mon Sep 17 00:00:00 2001 From: salecharohit Date: Fri, 15 May 2026 18:04:21 +0530 Subject: [PATCH 2/2] - fixing another issue --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 06ee493..17cce2d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,9 +40,6 @@ jobs: with: github_token: ${{ secrets.RELEASE_PLEASE_TOKEN }} - - name: Debug release output - run: echo "released: ${{ steps.semrel.outputs.released }}" - - name: Install build tools if: steps.semrel.outputs.released == 'true' run: pip install build