File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434 with :
3535 fetch-depth : 0
3636 - name : Install the latest version of uv
37- uses : astral-sh/setup-uv@v4
37+ uses : astral-sh/setup-uv@v5
3838 - run : uv build
3939 - run : uvx twine check dist/*
4040 - uses : actions/upload-artifact@v4
@@ -102,7 +102,7 @@ jobs:
102102 steps :
103103 - uses : actions/checkout@v4
104104 - name : Install the latest version of uv
105- uses : astral-sh/setup-uv@v4
105+ uses : astral-sh/setup-uv@v5
106106 - name : Set up Python ${{ matrix.python-version }}
107107 uses : actions/setup-python@v5
108108 with :
@@ -152,7 +152,7 @@ jobs:
152152 steps :
153153 - uses : actions/checkout@v4
154154 - name : Install the latest version of uv
155- uses : astral-sh/setup-uv@v4
155+ uses : astral-sh/setup-uv@v5
156156 - name : Show tox config
157157 run : uvx tox c
158158 - name : Show tox config (this call)
You can’t perform that action at this time.
0 commit comments