From 1d71367e10ed627299e203ede04ff6ead50f6d7b Mon Sep 17 00:00:00 2001 From: Sung Yun <107272191+sungwy@users.noreply.github.com> Date: Sun, 18 Aug 2024 20:19:47 +0000 Subject: [PATCH] exclude signature files --- mkdocs/docs/how-to-release.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mkdocs/docs/how-to-release.md b/mkdocs/docs/how-to-release.md index 59ad6977a6..9534b1fe3b 100644 --- a/mkdocs/docs/how-to-release.md +++ b/mkdocs/docs/how-to-release.md @@ -230,7 +230,9 @@ svn mv ${SVN_DEV_DIR_VERSIONED} ${SVN_RELEASE_DIR_VERSIONED} -m "PyIceberg: Add The latest version can be pushed to PyPi. Check out the Apache SVN and make sure to publish the right version with `twine`: ```bash -twine upload /tmp/iceberg-dist-release/pyiceberg-/* +svn checkout https://dist.apache.org/repos/dist/release/iceberg /tmp/iceberg-dist-release/ +cd /tmp/iceberg-dist-release/pyiceberg-${VERSION_WITHOUT_RC} +twine upload pyiceberg-*.whl pyiceberg-*.tar.gz ``` Send out an announcement on the dev mail list: