shunping opened a new pull request, #32744:
URL: https://github.com/apache/beam/pull/32744

   Since setuptools 69.3.0,  the distribution name of a package has been 
normalized according to 
https://packaging.python.org/en/latest/specifications/binary-distribution-format/#escaping-and-unicode
 to support PEP 625 
(https://github.com/pypa/setuptools/commit/b0135f5097f32a27b7a14e2c6296ba14bcb4e10b).
 
   
   In our case, the source and  binary distribution name would be changed from 
`apache-beam` to `apache_beam`.
   
   This PR is to fix the script for publishing python snapshot so that the file 
can be published to gcs.
   
   fixes #32729
   
   related thread: #30955


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to