mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 02:40:07 +00:00
generate the version info
This commit is contained in:
parent
b47457646c
commit
9c964f4acd
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user