Skip to content

Commit f6d246a

Browse files
committed
Typo
1 parent 56e541f commit f6d246a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/release-process.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Release Process
33

44
1. Bump version number in ``pyproject.toml`` and ``hwilib/__init__.py``, generate the setup.py file, and git tag release
55
2. Build distribution archives for PyPi with ``contrib/build_dist.sh``
6-
3. For MacOS and Linux, use ``contrib/build_bin.sh``. This needs to be run on a MacOS machine for the MacOS binary and on a Linux machine for the linux one.
6+
3. For MacOS and Linux, use ``contrib/build_bin.sh``. This needs to be run on a macOS machine for the macOS binary and on a Linux machine for the linux one.
77
4. For Windows, use ``contrib/build_wine.sh`` to build the Windows binary using wine
88
5. Make ``SHA256SUMS.txt`` using ``contrib/make_shasums.sh``.
99
6. Make ``SHA256SUMS.txt.asc`` using ``gpg --clearsign SHA256SUMS.txt``

0 commit comments

Comments
 (0)