Skip to content

Commit

Permalink
#74 debug build 01
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim55667757 authored Nov 19, 2022
1 parent fccf056 commit c8421bf
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 @@ -26,7 +26,7 @@ jobs:
- pytest tests -v --disable-pytest-warnings
- echo "---> Running BUILDING stage..."
- python setup.py sdist bdist_wheel
- if x"$TRAVIS_PULL_REQUEST" -eq x"false"; then echo "---> Running PUBLISHING to PyPI stage..."; python -m twine upload --verbose dist/* --skip-existing; else echo "---> SKIPPING PUBLISHING to PyPI stage, because this is Pull Request build"; fi
- if '$TRAVIS_PULL_REQUEST' == 'false'; then echo "---> Running PUBLISHING to PyPI stage..."; python -m twine upload --verbose dist/* --skip-existing; else echo "---> SKIPPING PUBLISHING to PyPI stage, because this is Pull Request build"; fi
after_failure:
- echo "Some issues occurred. See full logs."
after_success:
Expand Down

0 comments on commit c8421bf

Please # to comment.