Skip to content

Commit 8219c56

Browse files
committed
Publish sdist and bdist wheel
1 parent 7a198b4 commit 8219c56

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ coverage:
4646
$(VENV)/bin/py.test --cov cachecontrol
4747

4848
release: dist
49-
$(VENV)/bin/twine upload dist/CacheControl-*.tar.gz
49+
$(VENV)/bin/twine upload dist/*
5050

5151
dist: clean
52-
python setup.py sdist
52+
python setup.py sdist bdist_wheel
5353
ls -l dist
5454

5555
bump:

dev_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ lockfile
1111
bumpversion
1212
twine
1313
black
14+
wheel

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[tool:pytest]
22
norecursedirs = bin lib include build
3+
4+
[bdist_wheel]
5+
universal = 1

0 commit comments

Comments
 (0)