Skip to content

Commit c5674d7

Browse files
committed
fix(build):
1 parent 599b2da commit c5674d7

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,6 @@ jobs:
2121
python-version: "3.12"
2222
- name: Build project for distribution
2323
run: uv build
24-
- name: Check Version
25-
id: check-version
26-
run: |
27-
VERSION=$(sed -n 's/^version[[:space:]]*=[[:space:]]*"\(.*\)"/\1/p' pyproject.toml | head -n1)
28-
if [ -z "$VERSION" ]; then
29-
echo "version not found" >&2
30-
exit 1
31-
fi
32-
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
3324
- name: Publish to PyPI
3425
env:
3526
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)