generate the version info

This commit is contained in:
Jean-Paul Calderone 2022-01-27 13:52:10 -05:00
parent b47457646c
commit 9c964f4acd

View File

@ -454,6 +454,12 @@ jobs:
steps:
- "checkout"
- "run":
name: "Generation version"
command: |
# The Nix package doesn't know how to do this part, unfortunately.
nix-shell -p python --run 'python setup.py update_version'
- "run":
name: "Build and Test"
command: |