Przeglądaj źródła

Adds packaging instruction in README

Yann Weber 6 miesięcy temu
rodzic
commit
5d8d690be1
2 zmienionych plików z 9 dodań i 0 usunięć
  1. 0
    0
      NOTES.txt
  2. 9
    0
      README

NOTES → NOTES.txt Wyświetl plik


+ 9
- 0
README Wyświetl plik

31
 
31
 
32
 # Print all commit outside office hours
32
 # Print all commit outside office hours
33
 git_oh REPO_URL -f 2023-01-01 -t 2023-02-01 --verbose
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…
Anuluj
Zapisz