3 lines
44 B
Makefile
3 lines
44 B
Makefile
build:
|
|
rm -rf dist
|
|
hatch build -t sdist
|
build:
|
|
rm -rf dist
|
|
hatch build -t sdist
|