Skip to content

Commit bca70cc

Browse files
fixed upload
1 parent 36a1083 commit bca70cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ upload: build ## Upload the code
106106
@echo "Using ~/.pypirc or environment variables TWINE_USERNAME and TWINE_PASSWORD"
107107
@echo "See: https://packaging.python.org/specifications/pypirc/#using-a-pypi-token"
108108
@echo "########################"
109-
@twine upload dist/things.py*
109+
@twine upload dist/$(APP)*
110110

111111
db-to-things:
112112
@cp tests/main.sqlite* ~/Library/Group\ Containers/JLMPQHK86H.com.culturedcode.ThingsMac/Things\ Database.thingsdatabase/

0 commit comments

Comments
 (0)