Skip to content

Commit

Permalink
Use "build" to build sdist and wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger committed Nov 6, 2023
1 parent ae54537 commit 934f949
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ clean-cache:

clean: clean-build clean-pyc clean-so clean-ctags clean-cache

wheel_quiet:
$(PYTHON) setup.py -q sdist bdist_wheel
wheel:
$(PYTHON) -m build

sample_data:
@python -c "import mne; mne.datasets.sample.data_path(verbose=True);"
Expand Down Expand Up @@ -57,7 +57,7 @@ codespell: # running manually
check-manifest:
check-manifest -q --ignore .circleci/config.yml,doc,logo,mne/io/*/tests/data*,mne/io/tests/data,mne/preprocessing/tests/data,.DS_Store,mne/_version.py

check-readme: clean wheel_quiet
check-readme: clean wheel
twine check dist/*

nesting:
Expand Down

0 comments on commit 934f949

Please sign in to comment.