rgareev
rgareev
`mvn deploy` in `after_success` should only run if the current branch is master and the build is not triggered by a pull request. See: https://docs.travis-ci.com/user/environment-variables/#Default-Environment-Variables
### Description Using `pyproject.toml` like this: ```toml [tool.poetry] name = "poetry-sandbox" version = "0.1.0" description = "" authors = ["rinaldv"] readme = "README.md" [tool.poetry.dependencies] python = "^3.10" burr = {extras...
**Is your feature request related to a problem? Please describe.** I'd like to have a helper script that will be useful for quick prototyping (faster iterations / ad-hoc hypothesis testing)...