Skip to content

Commit

Permalink
ci: fix travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jul 3, 2019
1 parent 8314764 commit 13b572b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ after_success:
- codecov
before_deploy:
- python setup.py sdist bdist_wheel
- bash ./.travis/${TRAVIS_OS_NAME}_build_app.sh ShapeOut2 $TRAVIS_TAG
- bash ./.travis/${TRAVIS_OS_NAME}_build_app.sh Shape-Out $TRAVIS_TAG
deploy:
- provider: pypi
user: "ci_zmdd"
Expand Down

0 comments on commit 13b572b

Please sign in to comment.