From 8e33e554d282d875496a7b877921cd967db862bf Mon Sep 17 00:00:00 2001 From: Sung Yun <107272191+sungwy@users.noreply.github.com> Date: Tue, 20 Aug 2024 07:56:43 -0400 Subject: [PATCH] Exclude signature files from `twine` upload (#1071) --- 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: