AllenNeuralDynamics / aind-github-actions

This internal repository is for workflows that may be used by other workflows
MIT License
0 stars 1 forks source link

Tag workflow sensitive to whitespace in pyproject.toml, and fails after autoformatting the toml file. #15

Closed galenlynch closed 3 months ago

galenlynch commented 3 months ago

The GitHub workflow to tag new versions of packages is failing after changing the white space in the pyproject.toml of aind-mri-utils. This change in white space was made by the auto formatter of Even Better TOML. The change in white space does not affect the validity of the TOML, but the grep command in the tag workflow is sensitive to white space. I think this grep command should be changed to accept valid TOML, regardless of white space.