summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2021-12-30 14:30:02 +0100
committerMatthäus G. Chajdas <dev@anteru.net>2021-12-30 14:30:02 +0100
commite5d5c1658b3c18b3402451d832b07db9fd43c4aa (patch)
treecaaf140c2d49b98e37d00c4d8b88c42c87c59e67 /scripts
parenta8c5e6e024ff05145aab9c161e1c74e7102cce12 (diff)
downloadpygments-git-e5d5c1658b3c18b3402451d832b07db9fd43c4aa.tar.gz
Update release-checklist.
Use -m build instead of setup.py.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/release-checklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release-checklist b/scripts/release-checklist
index 388d6eab..087917f5 100644
--- a/scripts/release-checklist
+++ b/scripts/release-checklist
@@ -11,7 +11,7 @@ Release checklist
* ``git commit``
* Wait for the CI to finish
* ``make clean``
-* ``python3 setup.py release bdist_wheel sdist``
+* ``python3 -m build``
* Check the size of the generated packages. If they're significantly different from the last release, check if the repository is in a modified state and that ``make clean`` was run.
* ``twine upload dist/Pygments-$NEWVER*``
* Check PyPI release page for obvious errors (like different file sizes!)