We now publish wheels of testtools.
Change-Id: Icd49ec797e555b45ca69b23a0c94b5c94a2c3209 Closes-Bug: #issue84
This commit is contained in:
4
Makefile
4
Makefile
@@ -21,11 +21,11 @@ prerelease:
|
|||||||
-rm MANIFEST
|
-rm MANIFEST
|
||||||
|
|
||||||
release:
|
release:
|
||||||
./setup.py sdist upload --sign
|
./setup.py sdist bdist_wheel upload --sign
|
||||||
$(PYTHON) scripts/_lp_release.py
|
$(PYTHON) scripts/_lp_release.py
|
||||||
|
|
||||||
snapshot: prerelease
|
snapshot: prerelease
|
||||||
./setup.py sdist
|
./setup.py sdist bdist_wheel
|
||||||
|
|
||||||
### Documentation ###
|
### Documentation ###
|
||||||
|
|
||||||
|
|||||||
2
NEWS
2
NEWS
@@ -16,6 +16,8 @@ Changes
|
|||||||
* Make `testtools.content.text_content` error if anything other than text
|
* Make `testtools.content.text_content` error if anything other than text
|
||||||
is given as content. (Thomi Richards)
|
is given as content. (Thomi Richards)
|
||||||
|
|
||||||
|
* We now publish wheels of testtools. (Robert Collins, #issue84)
|
||||||
|
|
||||||
1.1.0
|
1.1.0
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user