In the most recent release pipeline run the Windows build has failed because of a shell quoting issue introduced in e9f102f, if I understand correctly. This made the entire build matrix fail (no fail-fast set), and since the final release step needs every build to succeed, we end up with missing releases in PyPI: https://pypi.org/project/faust-streaming/#history.
In the most recent release pipeline run the Windows build has failed because of a shell quoting issue introduced in e9f102f, if I understand correctly. This made the entire build matrix fail (no
fail-fastset), and since the final release step needs every build to succeed, we end up with missing releases in PyPI: https://pypi.org/project/faust-streaming/#history.