Skip to content

Commit

Permalink
Replace 'setup.py sdist' with '-m build --sdist'
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 22, 2021
1 parent 862be7c commit 5057f0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -96,7 +96,8 @@ release-test:

.PHONY: sdist
sdist:
python3 setup.py sdist --format=gztar
python3 -m build --help > /dev/null 2>&1 || python3 -m pip install build
python3 -m build --sdist

.PHONY: test
test:
Expand Down

0 comments on commit 5057f0a

Please sign in to comment.