fishy commented on code in PR #2928: URL: https://github.com/apache/thrift/pull/2928#discussion_r1482319884
########## .github/workflows/pypi.yml: ########## @@ -0,0 +1,32 @@ +name: "PyPI publishing" + +on: + release: + types: [published] Review Comment: note to @Jens-G : this means we only publish to pypi when we create a github release (not a git tag). please let me know if you'd prefer git tags instead. -- 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]
