You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/development/release-process.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Release Process
3
3
4
4
1. Bump version number in ``pyproject.toml`` and ``hwilib/__init__.py``, generate the setup.py file, and git tag release
5
5
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.
7
7
4. For Windows, use ``contrib/build_wine.sh`` to build the Windows binary using wine
8
8
5. Make ``SHA256SUMS.txt`` using ``contrib/make_shasums.sh``.
9
9
6. Make ``SHA256SUMS.txt.asc`` using ``gpg --clearsign SHA256SUMS.txt``
0 commit comments