apache / pulsar-client-python

Apache Pulsar Python client library
https://pulsar.apache.org/
Apache License 2.0
51 stars 42 forks source link

Fix incorrect version upgrade command in RELEASE.md #179

Closed RobertIndie closed 9 months ago

RobertIndie commented 9 months ago

The current upgrade version command in RELEASE.md will fail the release CI:

ERROR: pulsar_client-"3.4.0"-cp37-*-macosx_10_15_universal2.whl is not a supported wheel on this platform.

https://github.com/apache/pulsar-client-python/actions/runs/7269467100/job/19807133709#step:7:196

This PR fix this issue.