|
8 | 8 | # releasing a next version on pypi: |
9 | 9 | # 0. change uq_physicell/VERSION.py # increase version number in file - # If there is no changes in the core module DO NOT CREATE A NEW VERSION |
10 | 10 | # 1. Run bash doc/rebuild_docs.sh --clean # Update version on documentation |
11 | | -# 2. Change the badge of pypi on README.md https://badge.fury.io/py/uq-physicell.svg?updated=xxxxxxxx |
12 | | -# 3. Commit and push the changes |
13 | | -# 4. Create a PR to development branch from your branch |
| 11 | +# 2. Commit and push the changes |
| 12 | +# 3. Create a PR to development branch from your branch |
14 | 13 | # Development branch |
15 | | -# 5. Check if rebuild the documentation in : https://app.readthedocs.org/projects/uq-physicell/ |
16 | | -# 6. Pull request from dev to main |
17 | | -# Main branch |
18 | | -# 7. Create the release tag (make sure the release tag is vx.x.x to match with GitHub link from documentation) |
| 14 | +# 4. Check if rebuild the documentation in : https://app.readthedocs.org/projects/uq-physicell/ |
19 | 15 | # Prepate to update pypi version |
20 | | -# 8. rm -r dist # clean previous distribution |
21 | | -# 9. python -m build --sdist # make source distribution |
22 | | -# 10. python -m build --wheel # make binary distribution python wheel |
23 | | -# 11. python -m twine upload dist/* --verbose # publising python package |
| 16 | +# 5. rm -r dist # clean previous distribution |
| 17 | +# 6. python -m build --sdist # make source distribution |
| 18 | +# 7. python -m build --wheel # make binary distribution python wheel |
| 19 | +# 8. python -m twine upload dist/* --verbose # publising python package |
| 20 | +# 9. Change the badge of pypi on README.md https://badge.fury.io/py/uq-physicell.svg?updated=xxxxxxxx |
| 21 | +# 10. Pull request from dev to main |
| 22 | +# Main branch |
| 23 | +# 11. Create the release tag (make sure the release tag is vx.x.x to match with GitHub link from documentation) |
| 24 | + |
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
|
0 commit comments