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 f10534f commit a352966Copy full SHA for a352966
Makefile
@@ -14,7 +14,7 @@ build:
14
python -m build
15
16
release:
17
- twine upload dist/*
+ python -m twine upload dist/*
18
19
install: requirements
20
0 commit comments