Skip to content

Commit bf1e060

Browse files
committed
fix a few commands
1 parent fd4a2e3 commit bf1e060

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

mkdocs/docs/verify-release.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,18 @@ Set an environment variable to the version to verify and path to use
4848

4949
```sh
5050
export PYICEBERG_VERSION=<version> # e.g. 0.6.1rc3
51+
```
52+
53+
And a temp folder for the artifacts
54+
55+
```sh
5156
export PYICEBERG_VERIFICATION_DIR=/tmp/pyiceberg/${PYICEBERG_VERSION}
5257
```
5358

5459
Next, verify the `.asc` file.
5560

5661
```sh
57-
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}
5863

5964
cd ${PYICEBERG_VERIFICATION_DIR}
6065

0 commit comments

Comments
 (0)