Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pyproject.toml #666

Merged
merged 1 commit into from
Apr 13, 2023
Merged

Update pyproject.toml #666

merged 1 commit into from
Apr 13, 2023

Conversation

andrew-openai
Copy link
Contributor

For pypi, we can have the install process be:

pip install evals==1.0.2 # stable release with no data, distributed from `no-evals-pypi`
pip install evals==1.0.2.post1 # post-release identifier, with data, distributed from `main`

pip install evals will then install 1.0.2.post1 by default (including data) as the latest stable release.

Repeat process for each stable release

@andrew-openai andrew-openai merged commit 9a40750 into main Apr 13, 2023
Linmj-Judy pushed a commit to TablewareBox/evals that referenced this pull request Feb 27, 2024
For pypi, we can have the install process be:
```
pip install evals==1.0.2 # stable release with no data, distributed from `no-evals-pypi`
pip install evals==1.0.2.post1 # post-release identifier, with data, distributed from `main`
```
`pip install evals` will then install `1.0.2.post1` by default
(including data) as the latest stable release.

Repeat process for each stable release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants