From 65aa9ffbaf291ce935eb44a2639e04515753fd39 Mon Sep 17 00:00:00 2001 From: gferraro Date: Mon, 13 May 2024 15:53:18 +1200 Subject: [PATCH] add script --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 89181c4..6460536 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,10 @@ install: - rustup update - python -m pip install --upgrade pip - pip install maturin +script: - cd python-bindings +- ./build.sh + before_deploy: - python3 -m pip install --upgrade build - echo $'[pypi]\nusername = __token__\npassword = '$PYPI_TOKEN > ~/.pypirc