8000 Updated Makefile · tj-python/github-deploy@6d810b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6d810b2

Browse files
committed
Updated Makefile
1 parent b8891a9 commit 6d810b2

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
@@ -36,7 +36,7 @@ release: dist ## package and upload a release
3636
@twine upload dist/*
3737

3838
dist: clean install-deploy ## builds source and wheel package
39-
@pip install twine
39+
@pip install build twine
4040
@python -m build
4141

4242
increase-version: guard-PART ## Increase project version

0 commit comments

Comments
 (0)
0