We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6f083 commit e831d42Copy full SHA for e831d42
2 files changed
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
- run: pip install build twine
19
- run: pip install -e . && pip install pytest && pytest tests/ -v
20
- run: python -m build
21
- - run: twine upload dist/*
+ - run: twine upload --verbose dist/*
22
env:
23
TWINE_USERNAME: __token__
24
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
pyproject.toml
@@ -7,7 +7,7 @@ name = "gcf-py"
7
version = "0.1.0"
8
description = "Python implementation of GCF (Graph Compact Format): token-optimized wire format for LLM tool responses"
9
readme = "README.md"
10
-license = "MIT"
+license = {text = "MIT"}
11
requires-python = ">=3.9"
12
authors = [
13
{ name = "Blackwell Systems" },
0 commit comments