Skip to content

Commit 1ffbbc1

Browse files
Use new --rapids-version-file argument of verify-alpha-spec
1 parent af18f11 commit 1ffbbc1

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
- id: verify-alpha-spec
2727
args:
2828
- --fix
29-
- --rapids-version=25.08
29+
- --rapids-version-file=RAPIDS_VERSION
3030
- repo: https://github.com/rapidsai/dependency-file-generator
3131
rev: v1.17.0
3232
hooks:

RAPIDS_VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
25.08.00

ci/release/update-version.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/bin/bash
2+
3+
# SPDX-FileCopyrightText: Copyright (c) 2025, NVIDIA CORPORATION & AFFILIATES.
4+
# SPDX-License-Identifier: BSD-3-Clause
5+
26
########################
37
# ucx-py Version Updater #
48
########################
@@ -63,5 +67,4 @@ for FILE in .github/workflows/*.yaml; do
6367
done
6468

6569
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

0 commit comments

Comments
 (0)