From 30ec8beec2e32393f0de77c821f7c048e4e3003c Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Tue, 30 Jan 2018 06:24:52 -0800 Subject: [PATCH] [skip ci] Final requirements for PyPi deployment with twine --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e902fd2e7..eba81094a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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