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 e3c36e3 commit d07b1c4Copy full SHA for d07b1c4
.github/workflows/python-package.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: astral-sh/setup-uv@v6
25
with:
26
python-version: ${{ matrix.python-version }}
27
- version: 0.7.8
+ version: 0.8.9
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