Skip to content

Commit ebfd5f0

Browse files
authoredJul 31, 2022
Updated CI cfg (#351)
1 parent 9840ffd commit ebfd5f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.circleci/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,14 @@ jobs:
7171
sudo apt-get install python3-pip
7272
pip install -U pip
7373
pip install -U twine
74-
which twine
7574
- python/save-cache:
7675
key: releasedepsv1-{{ .Branch }}.{{ arch }}
7776
dependency-file: requirements.txt
7877
- run:
7978
name: Build Wheels/Source Dist
8079
command: |
8180
pip wheel --no-deps . -w dist
82-
python setup.py sdist
81+
python3 setup.py sdist
8382
ls -lh dist
8483
- run:
8584
name: PyPi Upload

0 commit comments

Comments
 (0)
Failed to load comments.