Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-sparse
Commits
292c315a
"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "b3005173053546785478872b157bd70f54bf96e2"
Commit
292c315a
authored
Feb 14, 2020
by
rusty1s
Browse files
fix url
parent
fde8a623
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
script/wheel.py
script/wheel.py
+2
-1
No files found.
script/wheel.py
View file @
292c315a
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment