Skip to content

Commit

Permalink
Update pypi-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dalager authored Oct 9, 2024
1 parent fd3d8d8 commit 687e48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
echo "Release tag: ${{ github.event.release.tag_name }}"
VERSION="${{ github.event.release.tag_name }}"
VERSION="${VERSION#v}
VERSION="${VERSION#v}"
echo "Version: $VERSION"
echo "release_version=$VERSION" >> $GITHUB_ENV
Expand Down

0 comments on commit 687e48a

Please sign in to comment.