We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9604a22 commit cbeceb7Copy full SHA for cbeceb7
2 files changed
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
id-token: write
13
steps:
14
- uses: actions/checkout@v6
15
- - uses: astral-sh/setup-uv@v5
+ - uses: astral-sh/setup-uv@v7
16
- name: Build wheel
17
run: uv build
18
- name: Publish package to PyPI
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
34
35
- name: Install uv
36
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v7
37
with:
38
python-version: ${{ matrix.python-version }}
39
- name: Run lint
0 commit comments