File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ jobs:
188188 allow-prereleases : true
189189
190190 - name : Install uv
191- uses : astral-sh/setup-uv@v8.0 .0
191+ uses : astral-sh/setup-uv@v8.1 .0
192192 with :
193193 enable-cache : true
194194
Original file line number Diff line number Diff line change 5656 python-version : 3.11
5757
5858 - name : Install uv
59- uses : astral-sh/setup-uv@v8.0 .0
59+ uses : astral-sh/setup-uv@v8.1 .0
6060
6161 - name : Prepare env
6262 run : uv pip install --python=python --system -r tests/requirements.txt
Original file line number Diff line number Diff line change 2525 fetch-depth : 0
2626
2727 - name : Install uv
28- uses : astral-sh/setup-uv@v8.0 .0
28+ uses : astral-sh/setup-uv@v8.1 .0
2929
3030 - name : Build SDist and wheels
3131 run : |
5353 run : ls -lha dist/*.whl
5454
5555 - name : Upload wheel to Anaconda Cloud as nightly
56- uses : scientific-python/upload-nightly-action@5748273c71e2d8d3a61f3a11a16421c8954f9ecf # 0.6.3
56+ uses : scientific-python/upload-nightly-action@e76cfec8a4611fd02808a801b0ff5a7d7c1b2d99 # 0.6.4
5757 with :
5858 artifacts_path : dist
5959 anaconda_nightly_upload_token : ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}
Original file line number Diff line number Diff line change 3131 python-version : 3.8
3232
3333 - name : Install uv
34- uses : astral-sh/setup-uv@v8.0 .0
34+ uses : astral-sh/setup-uv@v8.1 .0
3535
3636 - name : Prepare env
3737 run : uv pip install --system -r tests/requirements.txt
5555 python-version : 3.8
5656
5757 - name : Install uv
58- uses : astral-sh/setup-uv@v8.0 .0
58+ uses : astral-sh/setup-uv@v8.1 .0
5959
6060 - name : Prepare env
6161 run : uv pip install --system -r tests/requirements.txt twine nox
Original file line number Diff line number Diff line change 5151 run : brew install boost
5252
5353 - name : Install uv
54- uses : astral-sh/setup-uv@v8.0 .0
54+ uses : astral-sh/setup-uv@v8.1 .0
5555 with :
5656 enable-cache : true
5757
You can’t perform that action at this time.
0 commit comments