We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a1083 commit bca70ccCopy full SHA for bca70cc
Makefile
@@ -106,7 +106,7 @@ upload: build ## Upload the code
106
@echo "Using ~/.pypirc or environment variables TWINE_USERNAME and TWINE_PASSWORD"
107
@echo "See: https://packaging.python.org/specifications/pypirc/#using-a-pypi-token"
108
@echo "########################"
109
- @twine upload dist/things.py*
+ @twine upload dist/$(APP)*
110
111
db-to-things:
112
@cp tests/main.sqlite* ~/Library/Group\ Containers/JLMPQHK86H.com.culturedcode.ThingsMac/Things\ Database.thingsdatabase/
0 commit comments