Skip to content

Commit 018fd69

Browse files
authored
Updated CI cfg (#180)
1 parent 4b0a7a8 commit 018fd69

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ jobs:
110110
pip install -U pip
111111
pip install twine
112112
which twine
113+
which python
114+
which python3
113115
- python/save-cache:
114116
key: manylinuxdepsv6-{{ .Branch }}.{{ arch }}
115117
dependency-file: requirements_dev.txt
@@ -124,7 +126,7 @@ jobs:
124126
name: sdist
125127
command: |
126128
sudo chown circleci -R *
127-
python setup.py sdist
129+
python3 setup.py sdist
128130
- run:
129131
name: Upload Wheels
130132
command: |

0 commit comments

Comments
 (0)