Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/make.sh
blob: 379cd4920285ef9bd1a22d36509ed729fd3e2922 (plain)
1
2
3
4
5
#!/bin/bash
rm -rf archinstall.egg-info/ build/ dist/
python3 setup.py sdist bdist_wheel

echo 'python3 -m twine upload dist/*'