You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,18 @@ After the uninstallation you can proceed with the installation as explained in t
32
32
33
33
## Instructions for package maintainer (updating the package)
34
34
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.*
36
36
37
37
1.) Get the latest version of setuptools and wheel:
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:
42
47
43
48
cd into the archive (where setup.py) is located.
44
49
@@ -52,4 +57,6 @@ dist/
52
57
sentio-prober-control-3.5.0.tar.gz
53
58
```
54
59
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