Skip to content
Snippets Groups Projects
Commit 4a928c29 authored by Rob Moss's avatar Rob Moss
Browse files

Warn about publishing uncommitted changes

parent 65ee34ea
Branches
Tags
No related merge requests found
...@@ -58,6 +58,12 @@ Ensure that ``twine`` is installed: ...@@ -58,6 +58,12 @@ Ensure that ``twine`` is installed:
pip install twine pip install twine
Ensure that all uncommitted changes are stashed, **or they will be packaged!**
.. code-block:: shell
git stash
Build the wheel ``./dist/pypfilt-X.Y.Z-py3-none-any.whl``: Build the wheel ``./dist/pypfilt-X.Y.Z-py3-none-any.whl``:
.. code-block:: shell .. code-block:: shell
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment