Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kratman authored Oct 28, 2024
1 parent 001caaa commit ba29a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Update version
run: |
export RELEASE_VERSION=$(echo ${{ github.ref_name }} | sed -e 's/v//g')
echo "__version__ = \"$RELEASE_VERSION\"" > ionworksmetrics/version.py
echo "__version__ = \"$RELEASE_VERSION\"" > ionwizard/version.py
- name: Build wheel
run: |
pip wheel . --no-deps -w deploy
Expand Down

0 comments on commit ba29a7a

Please sign in to comment.