-
Notifications
You must be signed in to change notification settings - Fork 5
/
HOWTO-RELEASE.txt
51 lines (39 loc) · 1.3 KB
/
HOWTO-RELEASE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
cmake cache values
Python_VERSION_NUMBER 3.7
cmake targets:
all = package + doc
lint
sanitize
install = python -m pip install -q --prefix ${CMAKE_INSTALL_PREFIX} ${WHEEL}
installs to lib/python3.10/site-packages/geographiclib
stage-doc
stage-dist
deploy-doc -- upload to sourceforge
deploy-dist -- upload packages to sourceforge
deploy-package -- upload packages to pypi
https://pypi.org/project/geographiclib
Version update checks
CMakeLists.txt verson + date, change log + date in doc/package.rst
remove devel versions from distrib-Python
make all lint sanitize
make stage-{doc,dist}
make deploy-{doc,dist}
make deploy-package
https://packaging.python.org/en/latest/tutorials/packaging-projects/#uploading-your-project-to-pypi
python release -- authentication via ~/.pypirc
PIP maintenance
python -m pip install --upgrade build
python -m pip install --upgrade twine
build invoked by make package
twine invoked by make deploy-package
After release check conda-forge build
conda-forge maintainers:
https://github.com/ocefpaf
https://github.com/QuLogic
https://github.com/beckermr
Fedora maintainers:
Rich Mattes <richmattes@gmail.com>
Debian + Ubuntu maintainers:
Bas Couwenberg
Francesco Paolo Lovergine
conda-forge: https://anaconda.org/conda-forge/geographiclib