Skip to content

Commit f563542

Browse files
committed
CI: Fix get_version -> hatch version call
1 parent 26bd24f commit f563542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
- run:
288288
name: Validate version
289289
command: |
290-
THISVERSION=$( python3 get_version.py )
290+
THISVERSION=$( pipx run hatch version )
291291
python -m pip install dist/*.tar.gz
292292
mkdir empty
293293
cd empty

0 commit comments

Comments
 (0)