Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger committed Dec 7, 2023
1 parent 246e3b5 commit 94ece07
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 @@ -62,6 +62,6 @@ build-doc:
dist-build:
@echo "Building dist"
rm -rf dist
@python -m pip install wheel setuptools build twine
@python -m pip install build twine
@python -m build
@python -m twine check --strict dist/*

0 comments on commit 94ece07

Please sign in to comment.