Skip to content

Commit

Permalink
fix appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeeren committed Oct 7, 2015
1 parent 36d38c9 commit d3873cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
=========

1.0.4 (2015-10-07)
1.0.5 (2015-10-07)
-----------------------------------------

* No code changes, needed new version number for automated build/upload process
Expand Down
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,7 @@ test_script:

after_test:
# if tagged commit, build/upload wheel
- echo %APPVEYOR_REPO_TAG%
- IF %APPVEYOR_REPO_TAG%=="True" (%WITH_COMPILER% %TOXPYTHON% setup.py bdist_wheel && %PYTHON_HOME%\Scripts\pip install twine && %PYTHON_HOME%\Scripts\twine upload -u %PYPI_USER% -p %PYPI_PASS% dist/*)
- IF %APPVEYOR_REPO_TAG%=="true" (%WITH_COMPILER% %TOXPYTHON% setup.py bdist_wheel && %PYTHON_HOME%\Scripts\pip install twine && %PYTHON_HOME%\Scripts\twine upload -u %PYPI_USER% -p %PYPI_PASS% dist/*)

on_failure:
- ps: dir "env:"
Expand Down
1 change: 0 additions & 1 deletion ci/templates/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ test_script:

after_test:
# if tagged commit, build/upload wheel
- echo %APPVEYOR_REPO_TAG%
- IF %APPVEYOR_REPO_TAG%=="true" (%WITH_COMPILER% %TOXPYTHON% setup.py bdist_wheel && %PYTHON_HOME%\Scripts\pip install twine && %PYTHON_HOME%\Scripts\twine upload -u %PYPI_USER% -p %PYPI_PASS% dist/*)

on_failure:
Expand Down

0 comments on commit d3873cb

Please sign in to comment.