From 92907ed2869b9ac71b29a316f6f2d932db2f1ab0 Mon Sep 17 00:00:00 2001 From: Panos Date: Sun, 31 Jul 2022 14:23:58 +0100 Subject: [PATCH] Updated cfg --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4f506a57..63b4f237 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -110,6 +110,8 @@ jobs: pip install -U pip pip install twine which twine + which python + which python3 - python/save-cache: key: manylinuxdepsv6-{{ .Branch }}.{{ arch }} dependency-file: requirements_dev.txt @@ -124,7 +126,7 @@ jobs: name: sdist command: | sudo chown circleci -R * - python setup.py sdist + python3 setup.py sdist - run: name: Upload Wheels command: |