Skip to content

Commit c0f4d20

Browse files
committed
update ci publish pipeline and pyprojec.toml
1 parent 5caf0bf commit c0f4d20

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ requires = ["setuptools", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "hulu"
6+
name = "hulu-evaluate"
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)