Skip to content

Commit 7bebc15

Browse files
committed
Updated build target
1 parent e52d668 commit 7bebc15

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
@@ -37,7 +37,7 @@ release: dist ## package and upload a release
3737

3838
dist: clean install-deploy ## builds source and wheel package
3939
@pip install twine
40-
@python setup.py sdist bdist_wheel
40+
@python -m build
4141

4242
increase-version: guard-PART ## Increase project version
4343
@bump2version $(PART)

0 commit comments

Comments
 (0)