Skip to content

Commit

Permalink
use build for disting
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine authored Jan 1, 2024
1 parent 99de66c commit 53b7239
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 53b7239

Please sign in to comment.