Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Jan 14, 2023
1 parent 72c43ab commit 495a408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ increase-version: guard-PART ## Increase project version
@bump2version $(PART)
@git switch -c main

dist: clean ## builds source and wheel package
dist: ## builds source and wheel package
@pip install build twine
@python -m build

Expand Down

0 comments on commit 495a408

Please sign in to comment.