File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2525 uses : actions/setup-python@v6
2626 with :
2727 python-version : " 3.10"
28+ # Needed to run tests
29+ - name : Setup uv
30+ uses : astral-sh/setup-uv@v7
31+ with :
32+ version : " 0.9.6"
33+ enable-cache : true
34+ - name : Verify uv is available
35+ run : uv --version
2836 - name : Install build dependencies
2937 run : pip install build
3038 - name : Build source distribution
Original file line number Diff line number Diff line change 5757 - name : Setup uv
5858 uses : astral-sh/setup-uv@v7
5959 with :
60- version : " 0.4.15 "
60+ version : " 0.9.6 "
6161 enable-cache : true
6262 cache-dependency-glob : |
6363 requirements**.txt
9797 - name : Setup uv
9898 uses : astral-sh/setup-uv@v7
9999 with :
100- version : " 0.4.15 "
100+ version : " 0.9.6 "
101101 enable-cache : true
102102 cache-dependency-glob : |
103103 requirements**.txt
You can’t perform that action at this time.
0 commit comments