Skip to content

Commit

Permalink
travis: build bdist with release flag
Browse files Browse the repository at this point in the history
  • Loading branch information
MRoci committed Apr 14, 2021
1 parent 0266c2a commit 812c40f
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 @@ -29,5 +29,5 @@ jobs:
- pip install twine maturin==0.8.3
script:
- maturin sdist
- docker run --rm -v $(pwd):/io konstin2/maturin build -o dist/
- docker run --rm -v $(pwd):/io konstin2/maturin build --release -o dist/
- twine upload --skip-existing dist/*

0 comments on commit 812c40f

Please sign in to comment.