This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/master by this push:
new 13295ce4d3 Docs: Update Python Release verification steps (#7940)
13295ce4d3 is described below
commit 13295ce4d372bc97ac906b22de5537f24d9d5dcc
Author: Eduard Tudenhoefner <[email protected]>
AuthorDate: Thu Jun 29 11:21:22 2023 +0200
Docs: Update Python Release verification steps (#7940)
---
python/mkdocs/docs/verify-release.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/python/mkdocs/docs/verify-release.md
b/python/mkdocs/docs/verify-release.md
index d21a2e42cc..5750d28c2d 100644
--- a/python/mkdocs/docs/verify-release.md
+++ b/python/mkdocs/docs/verify-release.md
@@ -47,20 +47,20 @@ gpg --import KEYS
Next, verify the `.asc` file.
```sh
-gpg --verify pyiceberg-0.2.0rc0-py3-none-any.whl.asc
pyiceberg-0.2.0rc0-py3-none-any.whl
+gpg --verify pyiceberg-0.4.0-py3-none-any.whl.asc
pyiceberg-0.4.0-py3-none-any.whl
```
## Verifying checksums
```sh
-shasum -a 512 pyiceberg-0.2.0rc0.tar.gz
+shasum -a 512 --check pyiceberg-0.4.0-py3-none-any.whl.sha512
```
## Verifying License Documentation
```sh
-tar xzf pyiceberg-0.2.0rc0.tar.gztar
-cd pyiceberg-0.2.0
+tar xzf pyiceberg-0.4.0.tar.gz
+cd pyiceberg-0.4.0
```
Run RAT checks to validate license header: