Skip to content

Commit f239b32

Browse files
committed
remove dist packaging in appveyor.yml
1 parent 9aac0ac commit f239b32

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

appveyor.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ test_script:
6666
# Run the project tests
6767
- "py.test vmprof/ -vrs"
6868

69-
after_test:
70-
# If tests are successful, create binary packages for the project.
71-
- "python setup.py bdist_wheel"
72-
- "python setup.py bdist_wininst"
73-
- "python setup.py bdist_msi"
74-
- ps: "ls dist"
75-
76-
artifacts:
77-
# Archive the generated packages in the ci.appveyor.com build report.
78-
- path: dist\*
69+
#after_test:
70+
# # If tests are successful, create binary packages for the project.
71+
# - "python setup.py bdist_wheel"
72+
# - "python setup.py bdist_wininst"
73+
# - "python setup.py bdist_msi"
74+
# - ps: "ls dist"
75+
#
76+
#artifacts:
77+
# # Archive the generated packages in the ci.appveyor.com build report.
78+
# - path: dist\*

0 commit comments

Comments
 (0)