summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2023-02-02 10:39:31 +0100
committerMatěj Cepl <mcepl@cepl.eu>2023-02-02 12:51:41 +0100
commit3495fdaf5e88da75b5dab80983f324fd1ef96873 (patch)
treed7734d5373236913d775040e3ff7c53a5887125a /appveyor.yml
parent714adfcd7cbe2c534c55b82b789afbe6719baf74 (diff)
downloadm2crypto-3495fdaf5e88da75b5dab80983f324fd1ef96873.tar.gz
Don't bother with generating .exe and .msi packages.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f42132e..a05cc17 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -166,7 +166,7 @@ test_script:
after_test:
# If tests are successful, create a whl package for the project.
- - "%PYTHON%\\python.exe setup.py bdist_wheel bdist_wininst bdist_msi"
+ - "%PYTHON%\\python.exe setup.py bdist_wheel"
- ps: "ls dist"
artifacts: