Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit a5e433f

Browse files
committed
Document the build commands
1 parent 1017106 commit a5e433f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

BUILDING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
To build:
2+
3+
```
4+
python -m build
5+
```
6+
7+
to upload:
8+
9+
```
10+
twine upload dist/*
11+
```

0 commit comments

Comments
 (0)