Skip to content

Commit

Permalink
[skip ci] Final requirements for PyPi deployment with twine
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban authored Jan 30, 2018
1 parent fc97c9d commit 30ec8be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,7 @@ jobs:
- run:
name: Deploy to PyPi
command: |
pip install "setuptools>=27.0" cython numpy twine
printf "[distutils]\nindex-servers =\n pypi\n\n[pypi]\nusername:$PYPI_USER\npassword:$PYPI_PASS\n" > ~/.pypirc
pip install "setuptools>=27.0" cython numpy twine future
python setup.py sdist
twine upload dist/*
cd wrapper && python setup.py sdist
Expand Down

0 comments on commit 30ec8be

Please sign in to comment.