Skip to content

Commit a99e188

Browse files
committed
MAINT: Distribute wheel
1 parent 63ddbac commit a99e188

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ jobs:
219219
name: Deploy to PyPi
220220
command: |
221221
source /tmp/venv/bin/activate
222-
pip install "setuptools>=42.0" "setuptools_scm[toml] >= 3.4" twine
223-
python setup.py sdist
222+
pip install "setuptools>=42.0" "setuptools_scm[toml] >= 3.4" wheel twine
223+
python setup.py sdist bdist_wheel
224224
twine check dist/*
225225
twine upload dist/*
226226

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ test_requires =
3636
pytest-cov == 2.5.1
3737
coverage
3838
packages = find:
39-
include_package_data = True
39+
zip_safe = true
4040

4141
[options.packages.find]
4242
exclude =

0 commit comments

Comments
 (0)