Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1c35fbc

Browse files
timhoffmmeeseeksmachine
authored andcommitted
Backport PR #24595: ci: Stop building wheels on AppVeyor
1 parent b6b731e commit 1c35fbc

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.appveyor.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,7 @@ test_script:
8888
- echo The following args are passed to pytest %PYTEST_ARGS%
8989
- pytest %PYTEST_ARGS%
9090

91-
after_test:
92-
# After the tests were a success, build wheels.
93-
# Hide the output, the copied files really clutter the build log...
94-
- 'python setup.py bdist_wheel > NUL:'
95-
- dir dist\
96-
- echo finished...
97-
9891
artifacts:
99-
- path: dist\*
100-
name: packages
101-
10292
- path: result_images\*
10393
name: result_images
10494
type: zip

0 commit comments

Comments
 (0)