Skip to content

Commit

Permalink
Merge pull request #51 from MRoci/deploy-release
Browse files Browse the repository at this point in the history
fix sdist & deploy release bdist
  • Loading branch information
Fabio Todaro authored Apr 14, 2021
2 parents 269d80b + b56e1e5 commit d459559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
env: TWINE_USERNAME=$PYPI_USER
TWINE_PASSWORD=$PYPI_PASSWORD
install:
- pip install twine
- 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:v0.8.3 build --release -o dist/
- twine upload --skip-existing dist/*

0 comments on commit d459559

Please sign in to comment.