Skip to content

Commit

Permalink
Merge pull request #39 from kotaro-kinoshita/feature/publish-to-pypi
Browse files Browse the repository at this point in the history
publish to PYPI
  • Loading branch information
kotaro-kinoshita authored Nov 25, 2024
2 parents a03a008 + de8ea57 commit 5ee4bea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: build
run: uv build
- name: Publish to PyPI
run: uv publish --publish-url https://test.pypi.org/legacy/ --token ${{ secrets.PYPI_TEST_TOKEN }}
run: uv publish --token ${{ secrets.PYPI }}
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "yomitoku"
dynamic = ["version"]
authors = [{name = "Kotaro Kinoshita"}]
authors = [{name = "Kotaro Kinoshita", email = "[email protected]"}]
description = "Yomitoku is a document image analysis package powered by AI technology for the Japanese language."
readme = "README.md"
requires-python = ">=3.9"
Expand All @@ -23,6 +23,7 @@ dependencies = [
"torch>=2.5.0",
"torchvision>=0.20.0",
]
license = {text = "CC BY-NC-SA 4.0"}

[tool.hatch.version]
source = "vcs"
Expand Down

0 comments on commit 5ee4bea

Please sign in to comment.