This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-client-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 508a4c3  Update the release process for twine upload and supported 
versions (#240)
508a4c3 is described below

commit 508a4c3a8778fbf9acbf2d9d5e97824194847b8b
Author: Yunze Xu <[email protected]>
AuthorDate: Tue Jan 28 02:02:14 2025 +0800

    Update the release process for twine upload and supported versions (#240)
---
 RELEASE.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/RELEASE.md b/RELEASE.md
index aece2ab..c886df8 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -132,7 +132,7 @@ stay open for at least 72 hours ***
 Python wheels:
 
https://dist.apache.org/repos/dist/dev/pulsar/pulsar-client-python-X.Y.Z-candidate-N/
 
-The supported python versions are 3.8, 3.9, 3.10, 3.11 and 3.12. The
+The supported python versions are 3.9, 3.10, 3.11, 3.12 and 3.13. The
 supported platforms and architectures are:
 - Windows x86_64 (windows/)
 - glibc-based Linux x86_64 (linux-glibc-x86_64/)
@@ -195,7 +195,7 @@ sudo python3 -m pip install twine
 ./build-support/upload-pypi.sh 
https://dist.apache.org/repos/dist/release/pulsar/pulsar-client-python-X.Y.Z
 ```
 
-To sign in to PyPI, please use `__token__` as your username and enter your API 
token as the password.
+Please ensure an API token is available to upload the wheels because `twine 
upload` requires an API token. If you don't have an available API token, 
navigate to https://pypi.org/manage/account/token/ to generate a new token.
 
 To verify the wheels have been uploaded successfully, you can try installing 
the wheel:
 

Reply via email to