From 827dd0f811bc661fa1488ec0253d8e2748080c0d Mon Sep 17 00:00:00 2001 From: Davis King Date: Sat, 19 May 2018 20:53:40 -0400 Subject: [PATCH] updated pypi upload instructions. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5e9f33487..e4a915635 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,8 @@ To package the wheel (after pip installing twine and wheel): To upload the binary wheel to PyPi twine upload dist/*.whl To upload the source distribution to PyPi - python setup.py sdist upload + python setup.py sdist + twine upload dist/dlib-*.tar.gz To exclude/include certain options in the cmake config use --yes and --no: for example: --yes USE_AVX_INSTRUCTIONS: will set -DUSE_AVX_INSTRUCTIONS=yes