Skip to content
Snippets Groups Projects
Commit fedd2c94 authored by Ellis Percival's avatar Ellis Percival
Browse files

Remove schema after uploading package

parent 500f443e
No related branches found
No related tags found
No related merge requests found
schema:
python setup.py insert_schema
packages: schema sdist wheel2 wheel3 clean
packages: clean schema sdist wheel2 wheel3
sdist: schema
python setup.py sdist
......@@ -16,6 +16,8 @@ clean:
cp pi_mqtt_gpio/__init__.py.die pi_mqtt_gpio/__init__.py
rm -rf .cache .eggs build *.egg-info
find pi_mqtt_gpio -type d -name __pycache__ -prune -exec rm -rf {} \;
rm -rf dist
upload: packages
twine upload dist/*
$(MAKE) clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment