Symbol uploads: tag each one with the swift version number

This is to make them easier to recognize and manage in the
Backtrace web app.
This commit is contained in:
Mat Sutcliffe
2020-09-11 22:20:42 +01:00
parent 0b9103c1f7
commit d765040c92

View File

@@ -258,6 +258,7 @@ class Builder:
params = (
('format', 'symbols'),
('token', token),
('tag', self.version),
)
r = requests.post(url, params=params, data=data)
r.raise_for_status()