Skip to content

Commit

Permalink
Update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
amorison committed Sep 11, 2021
1 parent 98010fc commit 0c5b1de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ else
$(PY) -m pip install -U --user pip build setuptools twine wheel
$(PY) -m build
$(PY) -m twine upload dist/*
-rm -rf build/ dist/
-rm -rf dist/
endif
endif
4 changes: 2 additions & 2 deletions docs/sources/maintainers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Releasing on PyPI is a two steps process:

::

% python3 setup.py sdist bdist_wheel
% python3 -m build
% python3 -m twine upload dist/*
% rm -rf build/ dist/
% rm -rf dist/

0 comments on commit 0c5b1de

Please sign in to comment.