Skip to content

Commit

Permalink
Merge pull request #7 from python-project-templates/timkpaine-patch-1
Browse files Browse the repository at this point in the history
use build for disting
  • Loading branch information
timkpaine authored Jan 1, 2024
2 parents 99de66c + 53b7239 commit 632c2a8
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 @@ -108,7 +108,7 @@ major: ## bump a major version
.PHONY: dist-py dist-py-sdist dist-py-local-wheel publish-py publish-js publish

dist-py: # build python dists
python setup.py sdist bdist_wheel
python -m build -w -s

dist-check: ## run python dist checker with twine
python -m twine check dist/*
Expand Down

0 comments on commit 632c2a8

Please sign in to comment.