Skip to content

Commit

Permalink
travis: use maturin to build manylinux wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
MRoci authored and simobasso committed Apr 14, 2021
1 parent 682ee0f commit dd36274
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
script:
- maturin sdist
- docker run --rm -v `pwd`:/io quay.io/pypa/manylinux1_x86_64 /io/ci/build-wheels.sh
- docker run --rm -v $(pwd):/io konstin2/maturin build -o dist/
- twine upload --skip-existing dist/*

0 comments on commit dd36274

Please sign in to comment.