Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -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
Expand All@@ -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: |
Expand Down