Skip to content

Commit a352966

Browse files
committed
changed make target
1 parent f10534f commit a352966

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
@@ -14,7 +14,7 @@ build:
1414
python -m build
1515

1616
release:
17-
twine upload dist/*
17+
python -m twine upload dist/*
1818

1919
install: requirements
2020

0 commit comments

Comments
 (0)