File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -309,6 +309,9 @@ Kind regards,
309309<!-- prettier-ignore-end -->
310310
311311``` bash
312+ : " ${VERSION_WITH_RC:? ERROR: VERSION_WITH_RC is not set or is empty} "
313+ : " ${VERSION:? ERROR: VERSION is not set or is empty} "
314+
312315export SVN_DEV_DIR_VERSIONED=" https://dist.apache.org/repos/dist/dev/iceberg/pyiceberg-${VERSION_WITH_RC} "
313316export SVN_RELEASE_DIR_VERSIONED=" https://dist.apache.org/repos/dist/release/iceberg/pyiceberg-${VERSION} "
314317
@@ -337,8 +340,10 @@ The latest version can be pushed to PyPi. Check out the Apache SVN and make sure
337340<!-- prettier-ignore-end -->
338341
339342``` bash
340- svn checkout https://dist.apache.org/repos/dist/release/iceberg /tmp/iceberg-dist-release/
343+ svn checkout https://dist.apache.org/repos/dist/release/iceberg/pyiceberg-${VERSION} /tmp/iceberg-dist-release/pyiceberg-${VERSION}
344+
341345cd /tmp/iceberg-dist-release/pyiceberg-${VERSION}
346+
342347twine upload pyiceberg-* .whl pyiceberg-* .tar.gz
343348```
344349
You can’t perform that action at this time.
0 commit comments