Skip to content

Commit

Permalink
Updated CI cfg (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkittenis authored Jul 31, 2022
1 parent 4b0a7a8 commit 018fd69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff 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

0 comments on commit 018fd69

Please sign in to comment.