Skip to content

Commit

Permalink
Create DEVELOP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guanzhi committed Oct 12, 2023
1 parent 92483c9 commit 1a4d65b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions DEVELOP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# GmSSL-Python Develop

## Publish to PiPy

See https://packaging.python.org/distributing/

1. Update version in `gmssl.py`
2. Update version in `pyproject.toml`
3. Build package, run `python3 -m build`
4. Publish package to PiPy, run `python3 -m twine upload dist/*`


0 comments on commit 1a4d65b

Please sign in to comment.