Skip to content

Commit cede3d5

Browse files
committed
docs: rm manual release instructions
1 parent c4b8ddd commit cede3d5

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

docs/devs/maintainers.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,4 @@ git tag -a vX.Y.Z
1414
git push --follow-tags
1515
```
1616

17-
Releasing on PyPI is a two steps process:
18-
19-
1. construct the wheel and source package;
20-
2. upload those on PyPI using `twine` (you will need a PyPI token).
21-
22-
```sh title="shell"
23-
python3 -m pip install -U build twine
24-
python3 -m build
25-
python3 -m twine upload dist/*
26-
rm -rf dist/
27-
```
17+
Releasing on PyPI is then performed automatically by a GitHub action workflow.

0 commit comments

Comments
 (0)