- "%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