Skip to content

Publish New PyPI Package and Deprecate Old One #42

Description

@heyjustinai

What happened?

Description:
Publish the new prompt-ops package to PyPI and add deprecation warning to the old llama-prompt-ops package.

Deprecation warning to add:

import warnings
warnings.warn(
    "llama-prompt-ops has been renamed to 'prompt-ops'. "
    "Please migrate: pip uninstall llama-prompt-ops && pip install prompt-ops",
    FutureWarning
)

How to reproduce

n/a

Environment

No response

Error logs (if any)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions