-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathRELEASE
More file actions
56 lines (34 loc) · 746 Bytes
/
RELEASE
File metadata and controls
56 lines (34 loc) · 746 Bytes
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
52
53
54
55
56
Checklist for a release:
Preparations:
* Make sure that DEBEMAIL and DEBFULLNAME are setup
* Install packages:
dpkg-dev
dpkg-dev-el
dh-python
lintian
debhelper
python-is-python3
python3-setuptools
python3-all
python3-pytest
python3-numpy
python3-matplotlib
* Update csa/version.py
Debian:
* (optional) debian/changelog
* update NEWS
* make debian-package
* lintian -i python-csa_x.y.z-n_ARCH.changes
* dupload python-csa_x.y.z-n_ARCH.changes
PYPI:
* Install:
python3-build
twine
* python3 -m build --sdist
* python3 -m build --wheel
* twine upload dist/csa-x.y.z.tar.gz dist/csa-x.y.z-py3-none-any.whl
Updating git repository:
* stage changes
* git commit -m'Release N.N.N.'
* git tag vN.N.N
* git push origin master vN.N.N