Browse Source

Adds packaging instruction in README

Yann Weber 5 months ago
parent
commit
5d8d690be1
2 changed files with 9 additions and 0 deletions
  1. 0
    0
      NOTES.txt
  2. 9
    0
      README

NOTES → NOTES.txt View File


+ 9
- 0
README View File

@@ -31,3 +31,12 @@ git_oh REPO_URL -f 2023-01-01 -t 2023-03-01 -g week --csv-output /tmp/output.csv
31 31
 
32 32
 # Print all commit outside office hours
33 33
 git_oh REPO_URL -f 2023-01-01 -t 2023-02-01 --verbose
34
+
35
+Build packages
36
+--------------
37
+
38
+# For debian
39
+debuild -us -uc -i -b
40
+
41
+# Build wheel & sdist
42
+python3 -m build

Loading…
Cancel
Save