File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 56
56
vs-version : ' [17.12,17.14)'
57
57
msbuild-architecture : x64
58
58
59
- - uses : actions/checkout@main
59
+ - uses : actions/checkout@v4
60
60
with :
61
61
submodules : " recursive"
62
62
@@ -68,10 +68,13 @@ jobs:
68
68
with :
69
69
cuda : " ${{ matrix.cuda }}"
70
70
71
+ # from astral-sh/setup-uv
71
72
- name : Install the latest version of uv and set the python version
72
- uses : astral-sh/setup-uv@main
73
+ uses : astral-sh/setup-uv@v6
73
74
with :
74
75
python-version : ${{ matrix.pyver }}
76
+ activate-environment : true
77
+ enable-cache : true
75
78
76
79
- name : Install Dependencies
77
80
run : |
@@ -124,6 +127,6 @@ jobs:
124
127
with :
125
128
files : dist/*
126
129
# Set tag_name to <tag>-cu<cuda_version>-<date>-win
127
- tag_name : v${{ env.TAG_VERSION }}-cu${{ env.CUDA_VERSION }}-win-${{ env.BUILD_DATE }}
130
+ tag_name : v${{ env.TAG_VERSION }}-cu${{ env.CUDA_VERSION }}-${{ env.AVXVER }}- win-${{ env.BUILD_DATE }}
128
131
env :
129
132
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments