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
@@ -289,105 +289,7 @@ You can download this package from:
289
289
290
290
### Verifying GitHub Releases
291
291
292
-
You can verify the authenticity of the release artifacts using the `gpg` command line tool.
293
-
294
-
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.
295
-
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:
296
-
```
297
-
openjd_model-1.2.3-py3-none-any.whl
298
-
openjd_model-1.2.3-py3-none-any.whl.sig
299
-
```
300
-
301
-
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/
302
-
303
-
3) Save the following contents to a file called `openjobdescription-pgp.asc`:
See [Verifying GitHub Releases](https://github.com/OpenJobDescription/openjd-model-for-python?tab=security-ov-file#verifying-github-releases) for more information.
0 commit comments