blurry
blurry copied to clipboard
Fix workflow – removed deprecated `--sync` from `poetry install`
Updated .github/workflows/publish.yml to remove the deprecated --sync flag from poetry install. The recommended approach is to use poetry sync instead.
@blavka Thanks for the PR! It looks like poetry sync is a Poetry v2 command (release notes). I'll have to do some more work to get the project Poetry 2-friendly. This is a good reminder to get at that!
Whew, I'm a bit slow, but the project is using Poetry v2 now, so I'll get this merged in. Thanks again for the help!