"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "b3005173053546785478872b157bd70f54bf96e2"
Commit 292c315a authored by rusty1s's avatar rusty1s
Browse files

fix url

parent fde8a623
......@@ -33,7 +33,8 @@ bucket.Object('whl/index.html').upload_file(
url = 'https://pytorch-sparse.s3.eu-central-1.amazonaws.com/{}'
for key, item in wheels_dict.items():
version_html = html.format('\n'.join([
href.format(url.format(i), '/'.join(i.split('/')[2:])) for i in item
href.format(url.format(i.replace('+', '%2B')),
'/'.join(i.split('/')[2:])) for i in item
]))
with open('{}.html'.format(key), 'w') as f:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment