Skip to content

Commit 042dde5

Browse files
committed
chore: clean repo outputs
1 parent b73a089 commit 042dde5

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ __pycache__/
22
*.py[cod]
33
*.egg-info/
44
.pytest_cache/
5+
.venv/
6+
venv/
57
# Generated analysis and Skill outputs.
68
.code2skill/
79
.code2skill-*/

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -367,12 +367,6 @@ python -m build
367367
python -m twine check dist/code2skill-*.tar.gz dist/code2skill-*.whl
368368
```
369369

370-
上传到 PyPI:
371-
372-
```bash
373-
python -m twine upload dist/code2skill-*.tar.gz dist/code2skill-*.whl
374-
```
375-
376370
## 当前边界
377371

378372
- 目前只面向 Python 仓库

0 commit comments

Comments
 (0)