File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 ref : ${{ github.event.pull_request.base.sha }}
2424 fetch-depth : 0
2525
26- - uses : astral-sh/setup-uv@v3
26+ - uses : astral-sh/setup-uv@v4
2727 with :
2828 enable-cache : true
2929 cache-dependency-glob : pyproject.toml
Original file line number Diff line number Diff line change 2727 with :
2828 python-version : 3.12
2929
30- - uses : astral-sh/setup-uv@v3
30+ - uses : astral-sh/setup-uv@v4
3131 - run : uv pip install --upgrade setuptools_scm twine --system
3232
3333 - name : Force version for Test PyPI upload
Original file line number Diff line number Diff line change 3838 with :
3939 python-version : ${{ matrix.pyv }}
4040
41- - uses : astral-sh/setup-uv@v3
41+ - uses : astral-sh/setup-uv@v4
4242 with :
4343 enable-cache : true
4444 cache-dependency-glob : " **/pyproject.toml"
Original file line number Diff line number Diff line change 3131 uses : actions/setup-python@v5
3232 with :
3333 python-version : ' 3.12'
34- - uses : astral-sh/setup-uv@v3
34+ - uses : astral-sh/setup-uv@v4
3535 with :
3636 enable-cache : true
3737 cache-dependency-glob : pyproject.toml
8787 uses : actions/setup-python@v5
8888 with :
8989 python-version : ${{ matrix.pyv }}
90- - uses : astral-sh/setup-uv@v3
90+ - uses : astral-sh/setup-uv@v4
9191 with :
9292 enable-cache : true
9393 cache-dependency-glob : pyproject.toml
You can’t perform that action at this time.
0 commit comments