Skip to content

Commit 9f62f0a

Browse files
committed
Update kitting instructions
1 parent 748d83e commit 9f62f0a

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,4 @@ kit:
2929
$(SDIST_CMD)
3030

3131
kit_upload:
32-
$(SDIST_CMD) upload
33-
34-
pypi:
35-
python setup.py register
32+
twine upload dist/*

howto.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
- Update README.rst with latest changes
77
- Kits:
88
$ make kit
9-
$ make pypi
109
$ make kit_upload

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# To run tests, we just need tox.
22
tox >= 1.8
3+
twine

0 commit comments

Comments
 (0)