temporalio / sdk-python

Temporal Python SDK
MIT License
474 stars 77 forks source link

Fix Windows CI binary build fix #417

Closed cretz closed 1 year ago

cretz commented 1 year ago

What was changed

Update the Temporal PYD file on Windows to the proper name after it got changed by a recent library update.

This seems to be caused by a setuptools-rust update (this comment explains what we're seeing and CI started failing on that release). Hopefully a wholesale update of our build processes in #398 will fix this.