We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c5d1f commit 6a39897Copy full SHA for 6a39897
CONTRIBUTING.md
@@ -83,6 +83,17 @@ pytest -v
83
pre-commit run --all-files
84
```
85
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
97
## Quick Checklist
98
99
Before pushing your changes, ensure:
0 commit comments