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 6c28c37 commit 2c0544cCopy full SHA for 2c0544c
3 files changed
.github/workflows/cd.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: install uv & python
19
uses: astral-sh/setup-uv@v7
20
with:
21
- version: "0.10.4"
+ version: "0.11.28"
22
python-version: "3.10"
23
enable-cache: "false"
24
- name: Push tag for each updated package
.github/workflows/ci.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: install uv and python
17
python-version: ${{ matrix.python-version }}
- name: Install
run: make install-dev
.github/workflows/dependency-checker.yaml
- name: UV Python dependency updater
env:
0 commit comments