Skip to content

Commit

Permalink
#74 debug build 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim55667757 committed Nov 19, 2022
1 parent bd409b4 commit bf1031b
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 [[$TRAVIS_PULL_REQUEST = false]]
- if [[x"$TRAVIS_PULL_REQUEST" -eq x"false"]]
then
- echo "---> Running PUBLISHING to PyPI stage..."
- python -m twine upload --verbose dist/* --skip-existing
Expand Down

0 comments on commit bf1031b

Please sign in to comment.