File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ clean-pyc: ## Remove Python file artifacts.
4444 find . -name ' *.pyo' -exec rm -f {} +
4545 find . -name ' *~' -exec rm -f {} +
4646
47- build : # # Builds package version
47+ build : # # Builds package for publication.
4848 rm dist/*
4949 python setup.py sdist bdist_wheel
5050
Original file line number Diff line number Diff line change @@ -43,8 +43,7 @@ make test-ci # Continuous integration test suite.
4343make dev # Restarts the example whenever a file changes.
4444make benchmark # Runs a one-off performance (speed, memory) benchmark.
4545make clean-pyc # Remove Python file artifacts.
46- make sdist # Builds package version
47- make bdist_wheel # Builds package version wheel.
46+ make build # Builds package for publication.
4847make publish # Publishes a new version to pypi.
4948make publish-test # Publishes a new version to test pypi.
5049```
You can’t perform that action at this time.
0 commit comments