Skip to content

Commit

Permalink
Docs: Update Python Release verification steps (#7940)
Browse files Browse the repository at this point in the history
  • Loading branch information
nastra authored Jun 29, 2023
1 parent 37900b3 commit 13295ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/mkdocs/docs/verify-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 13295ce

Please sign in to comment.