We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 545277b + a90fd56 commit 35fc117Copy full SHA for 35fc117
2 files changed
.github/workflows/python-package.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: astral-sh/setup-uv@v7
25
with:
26
python-version: ${{ matrix.python-version }}
27
- version: 0.9.3
+ version: 0.9.10
28
enable-cache: true
29
cache-dependency-glob: "uv.lock"
30
- name: Install the project
.github/workflows/python-publish.yml
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
- name: Change Package Version
46
run: |
0 commit comments