We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748d83e commit 9f62f0aCopy full SHA for 9f62f0a
Makefile
@@ -29,7 +29,4 @@ kit:
29
$(SDIST_CMD)
30
31
kit_upload:
32
- $(SDIST_CMD) upload
33
-
34
-pypi:
35
- python setup.py register
+ twine upload dist/*
howto.txt
@@ -6,5 +6,4 @@
6
- Update README.rst with latest changes
7
- Kits:
8
$ make kit
9
- $ make pypi
10
$ make kit_upload
requirements.txt
@@ -1,2 +1,3 @@
1
# To run tests, we just need tox.
2
tox >= 1.8
3
+twine
0 commit comments