We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9840ffd commit ebfd5f0Copy full SHA for ebfd5f0
1 file changed
.circleci/config.yml
@@ -71,15 +71,14 @@ jobs:
71
sudo apt-get install python3-pip
72
pip install -U pip
73
pip install -U twine
74
- which twine
75
- python/save-cache:
76
key: releasedepsv1-{{ .Branch }}.{{ arch }}
77
dependency-file: requirements.txt
78
- run:
79
name: Build Wheels/Source Dist
80
command: |
81
pip wheel --no-deps . -w dist
82
- python setup.py sdist
+ python3 setup.py sdist
83
ls -lh dist
84
85
name: PyPi Upload
0 commit comments