Skip to content

Commit

Permalink
Update the release process for twine upload and supported versions (#240
Browse files Browse the repository at this point in the history
)
  • Loading branch information
BewareMyPower authored Jan 27, 2025
1 parent e6800f8 commit 508a4c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit 508a4c3

Please sign in to comment.