aboutsummaryrefslogtreecommitdiff
path: root/RELEASE.md
blob: 78b33a96b098a6295d5f0b74ee1d481abdab5a87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
How to make a release
=====================

1. Bump the version in `z80count/z80count.py` and commit the change.
2. Tag that commit with the same version number.
3. Push the commit and the tags (with --tags).
4. Build dist files:
```
rm -f dist/*
python3 setup.py sdist bdist_wheel
```
5. Publish on PyPi:
```
twine upload dist/*
```

The release can be checked at: https://pypi.org/project/z80count/

Version numbers
---------------

Read: https://semver.org/