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 92483c9 commit 1a4d65bCopy full SHA for 1a4d65b
DEVELOP.md
@@ -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