From 434d607f0ce3b26c60ccc6e1c024f70fe2ef33ef Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Wed, 11 Oct 2023 21:16:34 -0400 Subject: [PATCH] CI: Fix get_version -> hatch version call --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cf9e9299873..44cbf974e02 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -287,7 +287,7 @@ jobs: - run: name: Validate version command: | - THISVERSION=$( python3 get_version.py ) + THISVERSION=$( pipx run hatch version ) python -m pip install dist/*.tar.gz mkdir empty cd empty