Skip to content

Commit 508a4c3

Browse files
Update the release process for twine upload and supported versions (#240)
1 parent e6800f8 commit 508a4c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ stay open for at least 72 hours ***
132132
Python wheels:
133133
https://dist.apache.org/repos/dist/dev/pulsar/pulsar-client-python-X.Y.Z-candidate-N/
134134
135-
The supported python versions are 3.8, 3.9, 3.10, 3.11 and 3.12. The
135+
The supported python versions are 3.9, 3.10, 3.11, 3.12 and 3.13. The
136136
supported platforms and architectures are:
137137
- Windows x86_64 (windows/)
138138
- glibc-based Linux x86_64 (linux-glibc-x86_64/)
@@ -195,7 +195,7 @@ sudo python3 -m pip install twine
195195
./build-support/upload-pypi.sh https://dist.apache.org/repos/dist/release/pulsar/pulsar-client-python-X.Y.Z
196196
```
197197

198-
To sign in to PyPI, please use `__token__` as your username and enter your API token as the password.
198+
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.
199199

200200
To verify the wheels have been uploaded successfully, you can try installing the wheel:
201201

0 commit comments

Comments
 (0)