7 lines
155 B
Makefile
7 lines
155 B
Makefile
update:
|
|
curl https://mkcert.org/generate/ | ./strip-non-ascii > certifi/cacert.pem
|
|
|
|
publish:
|
|
python -m build
|
|
twine upload --skip-existing --sign dist/*
|