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

Skip to content

Commit 382db61

Browse files
authored
Merge pull request #24609 from meeseeksmachine/auto-backport-of-pr-24595-on-v3.6.x
Backport PR #24595 on branch v3.6.x (ci: Stop building wheels on AppVeyor)
2 parents 329565a + 1c35fbc commit 382db61

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.appveyor.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,7 @@ test_script:
7979
- echo The following args are passed to pytest %PYTEST_ARGS%
8080
- pytest %PYTEST_ARGS%
8181

82-
after_test:
83-
# After the tests were a success, build wheels.
84-
# Hide the output, the copied files really clutter the build log...
85-
- 'python setup.py bdist_wheel > NUL:'
86-
- dir dist\
87-
- echo finished...
88-
8982
artifacts:
90-
- path: dist\*
91-
name: packages
92-
9383
- path: result_images\*
9484
name: result_images
9585
type: zip

0 commit comments

Comments
 (0)