File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ binary_common: &binary_common
16
16
pytorch_version :
17
17
description : " PyTorch version to build against; by default, use a nightly"
18
18
type : string
19
- default : " 1.3.0 "
19
+ default : " 1.3.1 "
20
20
# Don't edit these
21
21
python_version :
22
22
description : " Python version to build against (e.g., 3.7)"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ binary_common: &binary_common
16
16
pytorch_version:
17
17
description: "PyTorch version to build against; by default, use a nightly"
18
18
type: string
19
- default: "1.3.0 "
19
+ default: "1.3.1 "
20
20
# Don't edit these
21
21
python_version:
22
22
description: "Python version to build against (e.g., 3.7)"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def get_dist(pkgname):
30
30
return None
31
31
32
32
33
- version = '0.4.2a0 '
33
+ version = '0.4.2 '
34
34
sha = 'Unknown'
35
35
package_name = 'torchvision'
36
36
@@ -43,8 +43,8 @@ def get_dist(pkgname):
43
43
44
44
if os .getenv ('BUILD_VERSION' ):
45
45
version = os .getenv ('BUILD_VERSION' )
46
- elif sha != 'Unknown' :
47
- version += '+' + sha [:7 ]
46
+ # elif sha != 'Unknown':
47
+ # version += '+' + sha[:7]
48
48
print ("Building wheel {}-{}" .format (package_name , version ))
49
49
50
50
You can’t perform that action at this time.
0 commit comments