Skip to content

Commit 1a4d65b

Browse files
committedOct 12, 2023
Create DEVELOP.md
1 parent 92483c9 commit 1a4d65b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

Diff for: ‎DEVELOP.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# GmSSL-Python Develop
2+
3+
## Publish to PiPy
4+
5+
See https://packaging.python.org/distributing/
6+
7+
1. Update version in `gmssl.py`
8+
2. Update version in `pyproject.toml`
9+
3. Build package, run `python3 -m build`
10+
4. Publish package to PiPy, run `python3 -m twine upload dist/*`
11+
12+

0 commit comments

Comments
 (0)