File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,14 @@ covcov: testready
52
52
53
53
# Kitting
54
54
55
+ SDIST_CMD = python setup.py sdist --keep-temp --formats=gztar fixtar --owner=ned --group=coverage --clean
56
+
55
57
kit :
56
- python setup.py sdist --keep-temp --formats=gztar fixtar --owner=ned --group=coverage --clean
58
+ $( SDIST_CMD )
57
59
60
+ kit_upload :
61
+ $(SDIST_CMD ) upload
62
+
58
63
pypi :
59
64
python setup.py register
60
65
Original file line number Diff line number Diff line change 37
37
- Update PyPi:
38
38
- $ make pypi
39
39
- upload the kits:
40
- - $ allkits.cmd upload
40
+ - $ make kit_upload
41
+ - $ tox -c tox_winkits.ini upload
41
42
# note: this seems to try to upload each file twice, so you'll have a
42
43
# successful upload, then a failure, but the file gets there.
43
44
- Visit http://pypi.python.org/pypi?%3Aaction=pkg_edit&name=coverage :
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ toxworkdir = {toxinidir}/.tox_kits
4
4
5
5
[testenv]
6
6
commands =
7
- {envpython} setup.py bdist_wininst
7
+ {envpython} setup.py bdist_wininst {posargs}
You can’t perform that action at this time.
0 commit comments