summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt13
1 files changed, 2 insertions, 11 deletions
diff --git a/howto.txt b/howto.txt
index 1ad455d3..f0def3b4 100644
--- a/howto.txt
+++ b/howto.txt
@@ -8,7 +8,6 @@
version_info = (4, 0, 2, "final", 0)
- Python version number in classifiers in setup.py
- Copyright date in NOTICE.txt
-- Update specific Python versions in appveyor.yml ("PYTHON_VERSION")
- Update CHANGES.rst, including release date.
- don't forget the jump target
- Update README.rst
@@ -45,16 +44,8 @@
- ELSE:
$ make publish
- Kits:
- - Start fresh:
- $ make sterile
- - Source kit and wheels:
- $ make kit wheel
- - Linux wheels:
- $ make kit_linux
- - Windows kits
- - wait for over an hour for Appveyor to build kits.
- - https://ci.appveyor.com/project/nedbat/coveragepy
- $ make download_appveyor
+ - Download built kits from GitHub Actions:
+ $ make download_kits
- examine the dist directory, and remove anything that looks malformed.
- check the dist directory:
$ python -m twine check dist/*