Skip to content

Commit

Permalink
appveyor deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeeren committed Nov 30, 2015
1 parent 10a606c commit 4a96061
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,12 @@ install:
test_script:
- '%TESTSCRIPT%'

after_test:
- python setup.py sdist bdist_wheel

deploy_script:
# if tagged commit, build/upload wheel
- python setup.py bdist_wheel
- IF "%TESTENV%"=="2.7-nocover-64" (
python setup.py sdist
)
- IF "%APPVEYOR_REPO_TAG%"=="true" IF NOT "%TESTENV%"=="check" (
pip install twine &&
twine upload -u %PYPI_USER% -p %PYPI_PASS% dist/*
Expand Down

0 comments on commit 4a96061

Please sign in to comment.