simonw / llm-claude-3

LLM plugin for interacting with the Claude 3 family of models
Apache License 2.0
254 stars 23 forks source link

pypi & artifact naming #12

Closed dch closed 2 weeks ago

dch commented 2 months ago

the naming scheme for published artifacts seems to have switched to using _ instead of -

  llm-claude-3-0.3.tar.gz -> llm_claude_3-0.4.1.tar.gz

Is this intended, or will it be reverted in a future release?

I'm the maintainer for your FreeBSD llm-* related ports, and I'm ok to rename the port to match this new scheme, if that's intentional, but if it will flip back in a future release I'll just use a small workaround until the next bump.

simonw commented 2 weeks ago

Not sure what happened here, sorry. Might have been because I switched to using this mechanism for publishing:

https://github.com/simonw/llm-claude-3/blob/b5b19b7644afd671c5d177a5cd980b7f85065a5c/.github/workflows/publish.yml#L44-L51

I do not plan to make any future changes to that.