mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 05:20:49 -05:00
Summary -- The WASM builds in the 0.14.12 release were failing with an error about trying to publish over an existing version 5.8.1 ([example]). This seems to be because it's trying to publish a package named `pkg` instead of the `pkg` directory. Micha found that a trailing slash causes `npm` to interpret the path correctly. Test Plan -- I think we can test this with a dry run of the release workflow, otherwise another release attempt for 0.14.12 [example]: https://github.com/astral-sh/ruff/actions/runs/21037103249/job/60492735499#step:5:281