File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
203196Verify the artifact is uploaded to [ https://dist.apache.org/repos/dist/dev/iceberg ] ( https://dist.apache.org/repos/dist/dev/iceberg/ ) .
You can’t perform that action at this time.
0 commit comments