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 c2dc6f1 commit e364e7aCopy full SHA for e364e7a
.github/workflows/default.yml
@@ -18,6 +18,10 @@ jobs:
18
python-version: '3.13'
19
- name: Install uv
20
uses: astral-sh/setup-uv@v5
21
+ - name: Check current git-based package version
22
+ run: |
23
+ git fetch --tags --force
24
+ git describe --long
25
- name: Build sdist
26
run: |
27
uv sync
@@ -63,8 +67,10 @@ jobs:
63
67
64
68
sudo apt install -y xz-utils
65
69
66
- - name: Check current git version
- run: git describe --long
70
71
72
73
74
- name: Build wheel
75
76
uv run python scripts/build.py --arch ${{ matrix.platform.arch }}
0 commit comments