Skip to content

Commit 296c47e

Browse files
committed
btrfs-progs: docs: update python release checklist regarding version
The problem with python package version copied from toplevel VERSION has been solved, the only required thing is a ./configure with enabled python bindings. [ci skip] Signed-off-by: David Sterba <[email protected]>
1 parent 15ae041 commit 296c47e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Documentation/dev/ReleaseChecklist.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ Pre-release:
2929

3030
Python btrfsutil (pypi.org):
3131

32-
* rebuild whole project (regenerate constants.c)
32+
* rebuild whole project (regenerate constants.c and version.py)
3333
* ``cd libbtrfsutil/python``
34-
* edit ``setup.py`` version manually (the toplevel VERSION is not accessible
35-
during dist build)
3634
* ``python3 -m build`` -- build dist files
3735
* ``twine check dist/*.tar.gz`` -- look for warnings
3836
* ``twine upload dist/*.tar.gz`` -- make sure there's only the latest version,

0 commit comments

Comments
 (0)