File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2020 - name : Checkout repository
2121 uses : actions/checkout@v4
2222
23- - uses : ./.github/actions/setup-uv
23+ - name : Set up uv
24+ uses : astral-sh/setup-uv@v5
25+ with :
26+ python-version : ' 3.14'
2427
2528 - uses : ./.github/actions/install-deps
2629 with :
Original file line number Diff line number Diff line change 1616 - name : Checkout repository
1717 uses : actions/checkout@v4
1818
19-
20- - uses : ./.github/actions/setup-uv
19+ - name : Set up uv
20+ uses : astral-sh/setup-uv@v5
21+ with :
22+ python-version : ' 3.14'
2123
2224 - name : Build
2325 run : uv build
Original file line number Diff line number Diff line change 3737 - name : Checkout repository
3838 uses : actions/checkout@v4
3939
40- - uses : ./.github/actions/setup-uv
40+ - name : Set up uv
41+ uses : astral-sh/setup-uv@v5
4142 with :
4243 python-version : ${{ matrix.python-version || '3.14' }}
4344
6465 - name : Checkout repository
6566 uses : actions/checkout@v4
6667
67- - uses : ./.github/actions/setup-uv
68+ - name : Set up uv
69+ uses : astral-sh/setup-uv@v5
70+ with :
71+ python-version : ' 3.14'
6872
6973 - uses : ./.github/actions/install-deps
7074 with :
8286 - name : Checkout repository
8387 uses : actions/checkout@v4
8488
85- - uses : ./.github/actions/setup-uv
89+ - name : Set up uv
90+ uses : astral-sh/setup-uv@v5
91+ with :
92+ python-version : ' 3.14'
8693
8794 - uses : ./.github/actions/install-deps
8895 with :
You can’t perform that action at this time.
0 commit comments