We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a75216 commit 30b6257Copy full SHA for 30b6257
1 file changed
.github/workflows/publish.yml
@@ -53,6 +53,8 @@ jobs:
53
npm run build
54
55
- name: Build Python Package
56
+ env:
57
+ SETUPTOOLS_SCM_PRETEND_VERSION: ${{ github.ref_name }}
58
run: uv build
59
60
- name: Publish package distributions to PyPI
0 commit comments