Skip to content

Commit af017c5

Browse files
committed
removed update version job in publish workflow
1 parent 7d2d4ec commit af017c5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
pip install build
30-
- name: Update version number
31-
run: |
32-
VERSION="${{ inputs.version || github.ref_name }}"
33-
sed -i "s/version = \".*\"/version = \"$VERSION\"/" pyproject.toml
3430
- name: Build package
3531
run: python -m build
3632
- name: Publish to PyPI

0 commit comments

Comments
 (0)