File: publish.md

package info (click to toggle)
python-fasteners 0.20-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 268 kB
  • sloc: python: 1,628; makefile: 5
file content (24 lines) | stat: -rw-r--r-- 403 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
1. Update the change log:

       CHANGELOG.md

2. Update the version number:

       pyproject.toml
       fasteners/version.py

3. Make sure that the working directory is clean.

4. Build:

       uv run --group build python -m build

5. Inspect the packages manually.

6. Upload:

       uv run --group build twine upload dist/*

7. Tag the git repo.

8. Read the docs will be updated automatically.