File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,18 +2,19 @@ lib3mf (Python)
22=========
33
44This repository will holds the lib3mf python library to be published in PyPI.
5- After every release in lib3mf repository, one simply needs to run the ` prepare_pypi_release.py ` command as follows
5+ After each release in lib3mf repository, one simply needs to run the ` prepare_pypi_release.py ` command as follows
66
77``` shell
88python prepare_pypi_release 2.3.2
99```
1010
11- Based on the version number, all the necessary artifacts are automatically updated in the repository and it simply needs to be pushed to git
11+ This command automatically updates all necessary artifacts based on the version number.
12+ Once completed, simply push the changes to Git.
1213
13- For manually building, kindly run the following script
14+ To manually build the package, run:
1415
1516``` shell
1617python build_wheels.py
1718```
1819
19- This will automatically recognize the platform and build the relevant wheel
20+ This script automatically detects the platform and builds the appropriate wheel.
You can’t perform that action at this time.
0 commit comments