Skip to content
Snippets Groups Projects

Publish pressure-vessel releases, separate from scout releases

Merged Simon McVittie requested to merge wip/t28526 into master
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -260,7 +260,7 @@ class Uploader:
os.link(str(sources / 'VERSION.txt'), str(upload / 'VERSION.txt'))
with open(str(upload / 'VERSION.txt'))) as reader:
with open(str(upload / 'VERSION.txt')) as reader:
version = reader.read().strip()
self.check_call([
Loading