Skip to content

Commit

Permalink
chore: fix incorrect license in pyproject. Update CI to use uv publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
pperanich committed Nov 12, 2024
1 parent 8605a71 commit c86ee70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,4 @@ jobs:
run: uv build

- name: Publish Package
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: uvx twine upload dist/*
run: uv publish
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [
{ name = "Preston Peranich", email = "[email protected]" },
{ name = "Chadwick Boulay", email = "[email protected]" },
]
license = "MIT"
license = { file = "LICENSE" }
readme = "README.md"
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit c86ee70

Please sign in to comment.