Skip to content

Commit 81d4460

Browse files
mlwellesmatthewmcneely
authored andcommitted
fix(cd): remove uv version step incompatible with dynamic versioning
The project uses dynamic versioning via pydgraph/meta.py, which makes `uv version` fail with "cannot get or set dynamic project versions". The version is already set correctly from meta.py during build.
1 parent 78af93c commit 81d4460

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/cd-pydgraph.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
run: SKIP=no-commit-to-branch make check
3333
- name: Run tests
3434
run: make test
35-
- name: Set version
36-
run: uv version ${{ github.event.inputs.releasetag }}
3735
- name: Build release
3836
run: make clean build
3937
- name: Publish release

0 commit comments

Comments
 (0)