Skip to content

Commit

Permalink
lint Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Aug 13, 2024
1 parent 8bae574 commit 6384452
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY : help install update test lint clean build publish

# Install project dependencies
install:
poetry install
Expand All @@ -24,5 +26,5 @@ build:
poetry build

# Publish project to PyPI
publish:
publish: build
poetry publish

0 comments on commit 6384452

Please sign in to comment.