Skip to content

Commit 6a39897

Browse files
arre-ankitsaqibameen
authored andcommitted
👌 IMPROVE: Contribution.md
1 parent c4c5d1f commit 6a39897

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,17 @@ pytest -v
8383
pre-commit run --all-files
8484
```
8585
86+
### 6. Release a new version
87+
```bash
88+
python release.py
89+
```
90+
91+
# 3. Optional: Publish to PyPI
92+
```
93+
python -m build
94+
twine upload dist/*
95+
```
96+
8697
## Quick Checklist
8798
8899
Before pushing your changes, ensure:

0 commit comments

Comments
 (0)