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 6ff6b42 commit 1693a3eCopy full SHA for 1693a3e
.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.7
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