Skip to content

Commit

Permalink
Merge pull request #47 from simobasso/fix-deploy
Browse files Browse the repository at this point in the history
Fix deploy
  • Loading branch information
Fabio Todaro authored Apr 14, 2021
2 parents daf1798 + dd36274 commit e48170a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sudo: false
language: python

python:
Expand All @@ -22,7 +21,6 @@ jobs:
include:
- stage: deploy
if: tag IS present
sudo: required
services:
- docker
env: TWINE_USERNAME=$PYPI_USER
Expand All @@ -31,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 e48170a

Please sign in to comment.