Skip to content

Commit

Permalink
Deploy appveyor from python, not build/python
Browse files Browse the repository at this point in the history
  • Loading branch information
jokva committed Nov 4, 2018
1 parent ebf286c commit 90ac195
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 @@ -63,7 +63,7 @@ test_script:
- ps: popd

before_deploy:
- ps: pushd build/python
- ps: pushd python

after_deploy:
- ps: popd
Expand Down

0 comments on commit 90ac195

Please sign in to comment.