X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2Fappveyor.yml;fp=project_template%2Fappveyor.yml;h=5f9b60e16f2adba825567cf19d9289eebe5f4ed0;hp=2acab3eddab129de46871eb3aee88b080ffc1108;hb=8bb7650b7ba4ab03d3e110a98a6e1651cfbed7be;hpb=6a7d2b1db82fdb67cecb7504b414e30f08794dd7 diff --git a/project_template/appveyor.yml b/project_template/appveyor.yml index 2acab3e..5f9b60e 100644 --- a/project_template/appveyor.yml +++ b/project_template/appveyor.yml @@ -81,10 +81,12 @@ test_script: - "%CMD_IN_ENV% tox" #after_test: -# # If tests are successful, create binary package -# - "pip install wheel" -# - "%CMD_IN_ENV% python setup.py bdist_wheel" -# - ps: "ls dist" +# # If tests are successful and we've tested a tag, create binary package +# - if "%APPVEYOR_REPO_TAG%" == "true" ( +# pip install wheel && +# %CMD_IN_ENV% python setup.py bdist_wheel && +# ls dist +# ) # #artifacts: # # Archive the generated packages in the ci.appveyor.com build report