We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5caf0bf commit 14a142cCopy full SHA for 14a142c
.github/workflows/publish.yml
@@ -29,5 +29,5 @@ jobs:
29
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
30
run: |
31
python3 -m build evaluate/
32
- twine check dist/*
33
- twine upload dist/*
+ twine check evaluate/dist/*
+ twine upload evaluate/dist/*
evaluate/pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
name = "hulu"
7
version = "0.0.3"
8
description = "Client library to fine-tune and evaluate models on the HuLU benchmark."
9
-readme = "README.md"
+readme = {file = "README.md", content-type = "text/markdown"}
10
requires-python = ">=3.8"
11
license = { text = "Apache" }
12
authors = [
0 commit comments