Skip to content

Commit 41e3a75

Browse files
author
Ingo Berg
committed
2 parents f119796 + 2102557 commit 41e3a75

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,18 @@ After the uninstallation you can proceed with the installation as explained in t
3232

3333
## Instructions for package maintainer (updating the package)
3434

35-
*The following instructions are for creating a new release of the package. If you only want to use the package you do not need to do this! Just follow the instructions listed above for installing an existing package.*
35+
*This section is for the package maintainers at MPI Corporation. The following instructions are for creating a new release of the package. If you only want to use the package you do not need to do this! Just follow the instructions listed above for installing an existing package.*
3636

3737
1.) Get the latest version of setuptools and wheel:
3838

3939
```python -m pip install --user --upgrade setuptools wheel```
4040

41-
2.) create the distribution archive:
41+
2.) Update the package Version number
42+
43+
Open the file setup.py an change the "version" attribute to the most current version of SENTIO tested with the python package. The python package is backwards
44+
compatible and will run with older SENTIO versions in general but it may contain new API bindings that are missing in the old versions.
45+
46+
3.) create the distribution archive:
4247

4348
cd into the archive (where setup.py) is located.
4449

@@ -52,4 +57,6 @@ dist/
5257
sentio-prober-control-3.5.0.tar.gz
5358
```
5459

55-
3.) Create a new release on GitHub with the new binary archive
60+
4.) Create a new release on GitHub with the new binary archive
61+
62+
Make sure to manually add the created python package to the release.

0 commit comments

Comments
 (0)