diff --git a/.github/workflows/cd-pydgraph.yml b/.github/workflows/cd-pydgraph.yml index 6cf1cae..1b31cbc 100644 --- a/.github/workflows/cd-pydgraph.yml +++ b/.github/workflows/cd-pydgraph.yml @@ -32,8 +32,6 @@ jobs: run: SKIP=no-commit-to-branch make check - name: Run tests run: make test - - name: Set version - run: uv version ${{ github.event.inputs.releasetag }} - name: Build release run: make clean build - name: Publish release