Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
javinoram authored Feb 23, 2024
1 parent c553d12 commit 2a2f793
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install build
- name: Update pyproject.toml
run: |
sed -i "s/version = .*/version = \"${TAG_NAME#v}\"/" pyproject.toml
- name: Build package
run: python -m build

Expand Down

0 comments on commit 2a2f793

Please sign in to comment.