do we even need to?

This commit is contained in:
meejah 2024-11-28 22:56:19 -07:00
parent 0d85384dfc
commit 4386a0ee41

View File

@ -784,15 +784,6 @@ commands:
- "checkout"
- "run":
# python -m hatch <something-somethong>
# The Nix package doesn't know how to do this part, unfortunately.
name: "Generate version"
command: |
nix-shell \
-p 'python3.withPackages (ps: [ ps.setuptools ])' \
--run 'python setup.py update_version'
- "run":
name: "Build Package"
command: |