We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ddbac commit a99e188Copy full SHA for a99e188
.circleci/config.yml
@@ -219,8 +219,8 @@ jobs:
219
name: Deploy to PyPi
220
command: |
221
source /tmp/venv/bin/activate
222
- pip install "setuptools>=42.0" "setuptools_scm[toml] >= 3.4" twine
223
- python setup.py sdist
+ pip install "setuptools>=42.0" "setuptools_scm[toml] >= 3.4" wheel twine
+ python setup.py sdist bdist_wheel
224
twine check dist/*
225
twine upload dist/*
226
setup.cfg
@@ -36,7 +36,7 @@ test_requires =
36
pytest-cov == 2.5.1
37
coverage
38
packages = find:
39
-include_package_data = True
+zip_safe = true
40
41
[options.packages.find]
42
exclude =
0 commit comments