File tree Expand file tree Collapse file tree 2 files changed +2
-41
lines changed
Expand file tree Collapse file tree 2 files changed +2
-41
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,15 +4,6 @@ Releasing process
44This section is intended for maintainers of the project. It describes how new
55versions of StagPy are released on PyPI.
66
7- As a convenience, the command
8-
9- ::
10-
11- make release
12-
13- automates this process. The actions performed by this command are described
14- hereafter.
15-
167Version numbers are tracked with git tags thanks to ``setuptools_scm ``. Marking
178a new version merely consists in tagging the ``HEAD `` of the ``master `` branch.
189Please make sure to always provide a patch version number (i.e. use a version
@@ -25,11 +16,12 @@ number with *three* levels such as ``1.0.0`` instead of ``1.0``).
2516
2617Releasing on PyPI is a two steps process:
2718
28- 1. construct the wheel and source package using `` setuptools `` (and `` wheel ``) ;
19+ 1. construct the wheel and source package;
29202. upload those on PyPI using ``twine `` (you will need a PyPI password).
3021
3122::
3223
24+ % python3 -m pip install -U build twine
3325 % python3 -m build
3426 % python3 -m twine upload dist/*
3527 % rm -rf dist/
You can’t perform that action at this time.
0 commit comments