Skip to content

Commit

Permalink
CI: Fix get_version -> hatch version call
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 12, 2023
1 parent d8061b1 commit 434d607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 434d607

Please sign in to comment.