Skip to content

Commit 0c5b1de

Browse files
committed
Update release instructions
1 parent 98010fc commit 0c5b1de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ else
6666
$(PY) -m pip install -U --user pip build setuptools twine wheel
6767
$(PY) -m build
6868
$(PY) -m twine upload dist/*
69-
-rm -rf build/ dist/
69+
-rm -rf dist/
7070
endif
7171
endif

docs/sources/maintainers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Releasing on PyPI is a two steps process:
3030

3131
::
3232

33-
% python3 setup.py sdist bdist_wheel
33+
% python3 -m build
3434
% python3 -m twine upload dist/*
35-
% rm -rf build/ dist/
35+
% rm -rf dist/
3636

0 commit comments

Comments
 (0)