blurry icon indicating copy to clipboard operation
blurry copied to clipboard

Fix workflow – removed deprecated `--sync` from `poetry install`

Open blavka opened this issue 1 year ago • 1 comments

Updated .github/workflows/publish.yml to remove the deprecated --sync flag from poetry install. The recommended approach is to use poetry sync instead.

blavka avatar Mar 14 '25 06:03 blavka

@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!

johnfraney avatar Mar 14 '25 13:03 johnfraney

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!

johnfraney avatar Jun 07 '25 14:06 johnfraney