Skip to content
Snippets Groups Projects
Commit 03d3b011 authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Publish actual file, too

parent 040eb86c
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ for sd in ['noarch', 'win-64']:
res.append(
requests.put(
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},
)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment