Skip to content

Commit

Permalink
add script
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed May 13, 2024
1 parent 6695bcd commit 65aa9ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65aa9ff

Please sign in to comment.