Skip to content

Commit

Permalink
Stop creating artifact on AppVeyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Feb 27, 2022
1 parent c141d46 commit a865ce4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ test_script:
# to put the Python version you want to use on PATH.
- "%PYTHON%\\python.exe -m pytest -s -v --cov-report xml --cov=herepy"

after_test:
# This step builds your wheels.
# Again, you only need build.cmd if you're building C extensions for
# 64-bit Python 3.3/3.4. And you need to use %PYTHON% to get the correct
# interpreter
- "%PYTHON%\\python.exe setup.py bdist_wheel"

artifacts:
# bdist_wheel puts your built wheel in the dist directory
- path: dist\*
# after_test:
# # This step builds your wheels.
# # Again, you only need build.cmd if you're building C extensions for
# # 64-bit Python 3.3/3.4. And you need to use %PYTHON% to get the correct
# # interpreter
# - "%PYTHON%\\python.exe setup.py bdist_wheel"

# artifacts:
# # bdist_wheel puts your built wheel in the dist directory
# - path: dist\*

#on_success:
# You can use this step to upload your artifacts to a public website.
Expand Down

0 comments on commit a865ce4

Please sign in to comment.