Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit ee9b885

Browse files
committed
Fix CI py3.6 cryptography install from source
1 parent d6b6ece commit ee9b885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: Build package under test and check for PyPI compliance via twine
3535
command: |
3636
. venv/bin/activate
37-
pip install twine
37+
pip install twine --only-binary=cryptography
3838
python setup.py sdist
3939
twine check dist/`ls dist/ | grep .tar.gz`
4040
- run:

0 commit comments

Comments
 (0)