Skip to content

Commit 4e5f23e

Browse files
Update python-publish.yml
1 parent f1cdc93 commit 4e5f23e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/python-publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ jobs:
2424
python -m pip install --upgrade pip
2525
pip install build
2626
27-
- name: Bump version in pyproject.toml
28-
run: |
29-
VERSION=$(echo $GITHUB_REF | sed 's/refs\/tags\/v//')
30-
sed -i "s/^version = .*/version = \"$VERSION\"/" pyproject.toml
31-
shell: bash
32-
3327
- name: Build package
3428
run: python -m build
3529

0 commit comments

Comments
 (0)