Commit 5d4da34
ci: PyPI 자동 배포 워크플로우 및 타입 마커 추가
GitHub Actions:
- 태그 푸시 시 자동으로 PyPI 배포
- uv build 및 uv publish 사용
- PyPI API 토큰 사용 (PYPI_API_TOKEN secret)
py.typed:
- PEP 561 준수 타입 마커 파일
- mypy 등 타입 체커가 패키지 타입 힌트 인식
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 988a2e0 commit 5d4da34
2 files changed
Lines changed: 36 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
Whitespace-only changes.
0 commit comments