We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0a7a8 commit 018fd69Copy full SHA for 018fd69
.circleci/config.yml
@@ -110,6 +110,8 @@ jobs:
110
pip install -U pip
111
pip install twine
112
which twine
113
+ which python
114
+ which python3
115
- python/save-cache:
116
key: manylinuxdepsv6-{{ .Branch }}.{{ arch }}
117
dependency-file: requirements_dev.txt
@@ -124,7 +126,7 @@ jobs:
124
126
name: sdist
125
127
command: |
128
sudo chown circleci -R *
- python setup.py sdist
129
+ python3 setup.py sdist
130
- run:
131
name: Upload Wheels
132
0 commit comments