File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ references:
44
44
jobs :
45
45
46
46
# x64
47
- manylinux-x64_cp27-cp27mu :
48
- << : *x64_build_job
47
+ # manylinux-x64_cp27-cp27mu:
48
+ # <<: *x64_build_job
49
49
manylinux-x64_cp37-cp37m_upload-sdist :
50
50
<< : *x64_build_job
51
51
@@ -87,8 +87,8 @@ workflows:
87
87
build-test-deploy :
88
88
jobs :
89
89
# x64
90
- - manylinux-x64_cp27-cp27mu :
91
- << : *no_filters
90
+ # - manylinux-x64_cp27-cp27mu:
91
+ # <<: *no_filters
92
92
- manylinux-x64_cp37-cp37m_upload-sdist :
93
93
<< : *no_filters
94
94
# x86
@@ -100,7 +100,7 @@ workflows:
100
100
- deploy-master :
101
101
requires :
102
102
# x64
103
- - manylinux-x64_cp27-cp27mu
103
+ # - manylinux-x64_cp27-cp27mu
104
104
- manylinux-x64_cp37-cp37m_upload-sdist
105
105
# x86
106
106
# - manylinux-x86_cp27-cp27mu
@@ -111,7 +111,7 @@ workflows:
111
111
- deploy-release :
112
112
requires :
113
113
# x64
114
- - manylinux-x64_cp27-cp27mu
114
+ # - manylinux-x64_cp27-cp27mu
115
115
- manylinux-x64_cp37-cp37m_upload-sdist
116
116
# x86
117
117
# - manylinux-x86_cp27-cp27mu
You can’t perform that action at this time.
0 commit comments