Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeliza committed Dec 19, 2024
1 parent 7ea71f1 commit 8520974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
BUILD_NUM=$(echo ${{ github.sha }} | cut -c1-8)
# Get current version from __init__.py
VERSION=$(grep '^version = ' pyproject.toml | sed -E 's/version = "(.*)"/\1/')
Echo "HATCH_VERSION=${VERSION}+dev${BUILD_NUM}" >> $GITHUB_ENV
echo "HATCH_VERSION=${VERSION}+dev${BUILD_NUM}" >> $GITHUB_ENV
fi
- name: Install uv
uses: astral-sh/setup-uv@v4
Expand Down

0 comments on commit 8520974

Please sign in to comment.