We now publish wheels of testtools.

Change-Id: Icd49ec797e555b45ca69b23a0c94b5c94a2c3209
Closes-Bug: #issue84
This commit is contained in:
Robert Collins
2014-10-28 09:58:44 +13:00
parent 7f32f971ad
commit 38e2ef985e
2 changed files with 4 additions and 2 deletions

View File

@@ -21,11 +21,11 @@ prerelease:
-rm MANIFEST
release:
./setup.py sdist upload --sign
./setup.py sdist bdist_wheel upload --sign
$(PYTHON) scripts/_lp_release.py
snapshot: prerelease
./setup.py sdist
./setup.py sdist bdist_wheel
### Documentation ###

2
NEWS
View File

@@ -16,6 +16,8 @@ Changes
* Make `testtools.content.text_content` error if anything other than text
is given as content. (Thomi Richards)
* We now publish wheels of testtools. (Robert Collins, #issue84)
1.1.0
~~~~~