substrait-io / substrait-validator

Apache License 2.0
8 stars 8 forks source link

Fix Python release #296

Closed mbrobbel closed 3 weeks ago

mbrobbel commented 3 weeks ago

The Python release is broken as a result of a breaking change in the v4 release of the upload/download artifact actions: https://github.com/actions/upload-artifact?tab=readme-ov-file#breaking-changes

We should fix our use of these actions in the Python workflow so that they use different names for the branch and tag push event triggers.