From 336c1f66fe17bb68619dcd8a6415b7f7d783daa0 Mon Sep 17 00:00:00 2001 From: Jacob Alexander Thompson Date: Wed, 14 Aug 2024 14:40:00 -0700 Subject: [PATCH] dynamic version control --- .github/workflows/publish_release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index c2ab95a..dae9aec 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -24,12 +24,6 @@ jobs: - name: Install build tool run: >- pip install build - - name: Extract version tag - id: tag - run: echo "TAG_NAME=$(echo $GITHUB_REF | cut -d / -f 3)" >> $GITHUB_OUTPUT - - name: Update version tag - env: - TAG_NAME: ${{ steps.tag.outputs.TAG_NAME }} - name: Build package run: >- python3 -m build