Skip to content

Commit 14a142c

Browse files
committed
fix ci publish pipeline, add content type to readme in pyproject.toml
1 parent 5caf0bf commit 14a142c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3030
run: |
3131
python3 -m build evaluate/
32-
twine check dist/*
33-
twine upload dist/*
32+
twine check evaluate/dist/*
33+
twine upload evaluate/dist/*

evaluate/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "hulu"
77
version = "0.0.3"
88
description = "Client library to fine-tune and evaluate models on the HuLU benchmark."
9-
readme = "README.md"
9+
readme = {file = "README.md", content-type = "text/markdown"}
1010
requires-python = ">=3.8"
1111
license = { text = "Apache" }
1212
authors = [

0 commit comments

Comments
 (0)