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