Skip to content

Commit e719c87

Browse files
committed
Rm makefile
1 parent 69c1f79 commit e719c87

File tree

2 files changed

+2
-41
lines changed

2 files changed

+2
-41
lines changed

Makefile

Lines changed: 0 additions & 31 deletions
This file was deleted.

docs/sources/maintainers.rst

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@ Releasing process
44
This section is intended for maintainers of the project. It describes how new
55
versions 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-
167
Version numbers are tracked with git tags thanks to ``setuptools_scm``. Marking
178
a new version merely consists in tagging the ``HEAD`` of the ``master`` branch.
189
Please 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

2617
Releasing 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;
2920
2. 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/

0 commit comments

Comments
 (0)