Skip to content

Commit e831d42

Browse files
fix: license metadata format, add verbose to twine upload
1 parent 2c6f083 commit e831d42

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: pip install build twine
1919
- run: pip install -e . && pip install pytest && pytest tests/ -v
2020
- run: python -m build
21-
- run: twine upload dist/*
21+
- run: twine upload --verbose dist/*
2222
env:
2323
TWINE_USERNAME: __token__
2424
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "gcf-py"
77
version = "0.1.0"
88
description = "Python implementation of GCF (Graph Compact Format): token-optimized wire format for LLM tool responses"
99
readme = "README.md"
10-
license = "MIT"
10+
license = {text = "MIT"}
1111
requires-python = ">=3.9"
1212
authors = [
1313
{ name = "Blackwell Systems" },

0 commit comments

Comments
 (0)