File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -275,8 +275,6 @@ stages:
275
275
ls
276
276
echo "$(PythonExecutable) setup.py bdist_wheel"
277
277
$(PythonExecutable) setup.py bdist_wheel
278
- echo "$(PythonExecutable) setup_rrplugins.py bdist_wheel"
279
- $(PythonExecutable) setup_rrplugins.py bdist_wheel
280
278
displayName: Generate pip wheel
281
279
282
280
- task : CopyFiles@2
@@ -491,7 +489,6 @@ stages:
491
489
# echo "ls in install dir"
492
490
# ls
493
491
# $(PythonExecutable) setup.py bdist_wheel
494
- # $(PythonExecutable) setup_rrplugins.py bdist_wheel
495
492
# displayName: Generate pip wheel
496
493
497
494
# - task: CopyFiles@2
@@ -772,7 +769,6 @@ stages:
772
769
# $(PipExecutable) install numpy pytest
773
770
# echo "$(PythonExecutable) ./setup.py bdist_wheel"
774
771
# $(PythonExecutable) ./setup.py bdist_wheel
775
- # $(PythonExecutable) ./setup_rrplugins.py bdist_wheel
776
772
777
773
778
774
# # cd dist
You can’t perform that action at this time.
0 commit comments