Skip to content

Commit

Permalink
Merge pull request #50 from MRoci/refix-deploy
Browse files Browse the repository at this point in the history
travis: avoid executing install block from test jobs
  • Loading branch information
Fabio Todaro authored Apr 14, 2021
2 parents c7cf29b + f82f977 commit 269d80b
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 @@ -25,7 +25,7 @@ jobs:
- docker
env: TWINE_USERNAME=$PYPI_USER
TWINE_PASSWORD=$PYPI_PASSWORD
before_script:
install:
- pip install twine
script:
- maturin sdist
Expand Down

0 comments on commit 269d80b

Please sign in to comment.