File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 26
26
- id : verify-alpha-spec
27
27
args :
28
28
- --fix
29
- - --rapids-version=25.08
29
+ - --rapids-version-file=RAPIDS_VERSION
30
30
- repo : https://github.com/rapidsai/dependency-file-generator
31
31
rev : v1.17.0
32
32
hooks :
Original file line number Diff line number Diff line change
1
+ 25.08.00
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+
3
+ # SPDX-FileCopyrightText: Copyright (c) 2025, NVIDIA CORPORATION & AFFILIATES.
4
+ # SPDX-License-Identifier: BSD-3-Clause
5
+
2
6
# #######################
3
7
# ucx-py Version Updater #
4
8
# #######################
@@ -63,5 +67,4 @@ for FILE in .github/workflows/*.yaml; do
63
67
done
64
68
65
69
echo " ${NEXT_FULL_TAG_PEP440} " > VERSION
66
-
67
- sed_runner " s/--rapids-version=[[:digit:]]\{2\}.[[:digit:]]\{2\}/--rapids-version=${NEXT_RAPIDS_SHORT_TAG} /g" .pre-commit-config.yaml
70
+ echo " ${NEXT_RAPIDS_SHORT_TAG} .00" > RAPIDS_VERSION
You can’t perform that action at this time.
0 commit comments