Skip to content
Snippets Groups Projects

Build 2024.10.01

Merged Christopher Randolph Rhodes requested to merge build-2024.10.01 into staging
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -32,6 +32,7 @@ for sd in ['noarch', 'win-64']:
@@ -32,6 +32,7 @@ for sd in ['noarch', 'win-64']:
res.append(
res.append(
requests.put(
requests.put(
f'https://git.embl.de/api/v4/projects/{id}/packages/generic/{pkgname}/{ver}/{fn}?status=default',
f'https://git.embl.de/api/v4/projects/{id}/packages/generic/{pkgname}/{ver}/{fn}?status=default',
 
files={'file': open(root / sd / fn, 'rb')},
headers={'PRIVATE-TOKEN': pwd},
headers={'PRIVATE-TOKEN': pwd},
)
)
)
)
Loading