Skip to content

Commit

Permalink
Fix included
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Nov 20, 2017
1 parent 78104b2 commit 3866c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ test_script:
- "%CMD_IN_ENV% coveralls"

on_success:
- if "%APPVEYOR_REPO_TAG%"=="true" ( %CMD_IN_ENV% python setup.py bdist_wheel && %CMD_IN_ENV% twine upload dist ) else ( echo "Not deploying because not a tagged commit." )
- if "%APPVEYOR_REPO_TAG%"=="true" ( %CMD_IN_ENV% python setup.py bdist_wheel && %CMD_IN_ENV% twine upload dist\* ) else ( echo "Not deploying because not a tagged commit." )

0 comments on commit 3866c71

Please sign in to comment.