Skip to content

Commit 30b6257

Browse files
committed
Fix PyPI version upload
1 parent 3a75216 commit 30b6257

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
npm run build
5454
5555
- name: Build Python Package
56+
env:
57+
SETUPTOOLS_SCM_PRETEND_VERSION: ${{ github.ref_name }}
5658
run: uv build
5759

5860
- name: Publish package distributions to PyPI

0 commit comments

Comments
 (0)