File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed
Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,8 @@ Creating a New Release
5252- Always release from the ``main `` branch.
5353- Update the version, either using ``hatch version `` or by manually editing
5454 ``__init__.py ``.
55- - Build distribution package: ``python -m build ``.
56-
57- .. todo ::
58-
59- Finish this documentation when release packaging/uploading is sorted out.
55+ - To build distribution package: ``python -m build ``.
56+ - To create a release and publish to PyPI, push a tag to the ``main `` branch.
57+ Make sure you have updated the version appropriately first!
6058
6159.. _venv : https://docs.python.org/3/library/venv.html
Original file line number Diff line number Diff line change 11Installation
22============
33
4- .. attention ::
5- This library is not yet hosted on PyPI, so the instructions below will not
6- work yet. For the time being, install from the wheel which can be downloaded
7- from the latest release::
8-
9- $ pip install absscpi-[version]-py3-none-any.whl
10-
114Install the ``absscpi `` package from PyPI with ``pip `` or similar::
125
136 $ pip install absscpi
You can’t perform that action at this time.
0 commit comments