Skip to content

Commit

Permalink
dynamic version control
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-thompson committed Aug 14, 2024
1 parent da2616f commit 336c1f6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 336c1f6

Please sign in to comment.