We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b8ddd commit cede3d5Copy full SHA for cede3d5
docs/devs/maintainers.md
@@ -14,14 +14,4 @@ git tag -a vX.Y.Z
14
git push --follow-tags
15
```
16
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
-```
+Releasing on PyPI is then performed automatically by a GitHub action workflow.
0 commit comments