Skip to content

Commit 3ffc258

Browse files
committed
direct import without downloading
1 parent ec8fbf4 commit 3ffc258

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

mkdocs/docs/how-to-release.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -190,14 +190,7 @@ Now, upload the files from the same directory:
190190
: "${VERSION_WITH_RC:?ERROR: VERSION_WITH_RC is not set or is empty}"
191191
: "${RC:?ERROR: RC is not set or is empty}"
192192

193-
export SVN_TMP_DIR=/tmp/iceberg-${VERSION}/
194-
svn checkout https://dist.apache.org/repos/dist/dev/iceberg $SVN_TMP_DIR
195-
196-
export SVN_TMP_DIR_VERSIONED=${SVN_TMP_DIR}pyiceberg-$VERSION_WITH_RC/
197-
mkdir -p $SVN_TMP_DIR_VERSIONED
198-
cp svn-release-candidate-${VERSION}rc${RC}/* $SVN_TMP_DIR_VERSIONED
199-
svn add $SVN_TMP_DIR_VERSIONED
200-
svn ci -m "PyIceberg ${VERSION_WITH_RC}" ${SVN_TMP_DIR_VERSIONED}
193+
svn import "svn-release-candidate-${VERSION}rc${RC}" "https://dist.apache.org/repos/dist/dev/iceberg/pyiceberg-${VERSION_WITH_RC}" -m "PyIceberg ${VERSION_WITH_RC}"
201194
```
202195

203196
Verify the artifact is uploaded to [https://dist.apache.org/repos/dist/dev/iceberg](https://dist.apache.org/repos/dist/dev/iceberg/).

0 commit comments

Comments
 (0)