Skip to content

Commit

Permalink
Justfile: Fixes hatch call to obtain package version
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyfuture committed Oct 14, 2024
1 parent 192f645 commit 42fc7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
default: tests


version := `hatch version`
version := `pipx run hatch version`

_assert_no_dev_version:
#!/usr/bin/env python3
Expand Down

0 comments on commit 42fc7cf

Please sign in to comment.