File: publish.md

package info (click to toggle)
python-fasteners 0.19-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 284 kB
  • sloc: python: 1,626; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (2)
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
1. Update the change log:

       CHANGELOG

2. Update the version number:

       setup.cfg
       fasteners/version.py

4. Make sure that the working directory is clean.


4. Build:

       source venv/bin/activate
       python -m build

5. Inspect the packages manually.


6. Upload:

       twine upload dist/*

7. Tag the git repo.

8. Read the docs will be updated automatically.