We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98010fc commit 0c5b1deCopy full SHA for 0c5b1de
Makefile
@@ -66,6 +66,6 @@ else
66
$(PY) -m pip install -U --user pip build setuptools twine wheel
67
$(PY) -m build
68
$(PY) -m twine upload dist/*
69
- -rm -rf build/ dist/
+ -rm -rf dist/
70
endif
71
docs/sources/maintainers.rst
@@ -30,7 +30,7 @@ Releasing on PyPI is a two steps process:
30
31
::
32
33
- % python3 setup.py sdist bdist_wheel
+ % python3 -m build
34
% python3 -m twine upload dist/*
35
- % rm -rf build/ dist/
+ % rm -rf dist/
36
0 commit comments