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: README.md
+1-99Lines changed: 1 addition & 99 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,105 +177,7 @@ You can download this package from:
177
177
178
178
### Verifying GitHub Releases
179
179
180
-
You can verify the authenticity of the release artifacts using the `gpg` command line tool.
181
-
182
-
1) Download the desired release artifacts from the GitHub releases page. Make sure to download the corresponding PGP signature file (ending with `.sig`) as well.
183
-
For example, if you would like to verify your download of the wheel for version `1.2.3`, you should have the following files downloaded:
184
-
```
185
-
openjd_cli-1.2.3-py3-none-any.whl
186
-
openjd_cli-1.2.3-py3-none-any.whl.sig
187
-
```
188
-
189
-
2) Install the `gpg` command line tool. The installation process varies by operating system. Please refer to the GnuPG website for instructions: https://gnupg.org/download/
190
-
191
-
3) Save the following contents to a file called `openjobdescription-pgp.asc`:
You can verify the authenticity of the release artifacts using the `gpg` command line tool.
4
+
5
+
1) Download the desired release artifacts from the GitHub releases page. Make sure to download the corresponding PGP signature file (ending with `.sig`) as well.
6
+
For example, if you would like to verify your download of the wheel for version `1.2.3`, you should have the following files downloaded:
7
+
```
8
+
openjd_cli-1.2.3-py3-none-any.whl
9
+
openjd_cli-1.2.3-py3-none-any.whl.sig
10
+
```
11
+
12
+
2) Install the `gpg` command line tool. The installation process varies by operating system. Please refer to the GnuPG website for instructions: https://gnupg.org/download/
13
+
14
+
3) Save the following contents to a file called `openjobdescription-pgp.asc`:
0 commit comments