Closed DerekStride closed 3 months ago
The cargo & python publish steps didn't work. The cargo step was simple to fix just requiring a --allow-dirty flag to be passed to the action.
--allow-dirty
The python workflow requires a bit of extra work, I've opened a PR on the main workflow repo and changed this repo to reference my branch: https://github.com/tree-sitter/workflows/pull/14
What
The cargo & python publish steps didn't work. The cargo step was simple to fix just requiring a
--allow-dirty
flag to be passed to the action.The python workflow requires a bit of extra work, I've opened a PR on the main workflow repo and changed this repo to reference my branch: https://github.com/tree-sitter/workflows/pull/14