timmyyuan opened a new pull request #10051:
URL: https://github.com/apache/pulsar/pull/10051


   Motivation
   
   This PR fixes a name mismatch bug when developers specific `NAME_POSTFIX` 
for pulsar_client. In the previous release process, the generated wheel files 
were named pulsar_client-*-xxx.whl. Once `NAME_POSTFIX` is set, e.g. set to 
`my_suffix`, the build will be broken:
   
   ```
   ...
   adding 'pulsar_client_my_suffix-2.8.0.dist-info/top_level.txt'
   adding 'pulsar_client_my_suffix-2.8.0.dist-info/RECORD'
   removing build/bdist.linux-x86_64/wheel
   + auditwheel repair 'dist/pulsar_client-*-cp27-cp27mu-linux_x86_64.whl'
   usage: auditwheel [-h] [-V] [-v] command ...
   auditwheel: error: cannot access 
dist/pulsar_client-*-cp27-cp27mu-linux_x86_64.whl. No such file
   ...
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to