From 2ea1501c05a3903ff4a8f83d6894bdd4ee419451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Voituret?= Date: Thu, 7 Nov 2019 00:24:27 +0100 Subject: [PATCH] fix: switch to sdist --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 60745f3..b769876 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,7 @@ jobs: - checkout - run: name: package - command: python setup.py bdist + command: python setup.py sdist - run: name: upload to PyPi command: pip install twine && twine upload dist/*