We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd4a2e3 commit bf1e060Copy full SHA for bf1e060
mkdocs/docs/verify-release.md
@@ -48,13 +48,18 @@ Set an environment variable to the version to verify and path to use
48
49
```sh
50
export PYICEBERG_VERSION=<version> # e.g. 0.6.1rc3
51
+```
52
+
53
+And a temp folder for the artifacts
54
55
+```sh
56
export PYICEBERG_VERIFICATION_DIR=/tmp/pyiceberg/${PYICEBERG_VERSION}
57
```
58
59
Next, verify the `.asc` file.
60
61
-svn checkout https://dist.apache.org/repos/dist/dev/iceberg/pyiceberg-${PYICEBERG_VERSION}/ ${PYICEBERG_VERIFICATION_DIR}
62
+svn checkout https://dist.apache.org/repos/dist/dev/iceberg/pyiceberg-$PYICEBERG_VERSION/ ${PYICEBERG_VERIFICATION_DIR}
63
64
cd ${PYICEBERG_VERIFICATION_DIR}
65
0 commit comments