Skip to content

Commit d1f9ad5

Browse files
authored
Merge pull request #19 from heberlr/dev_heber
fix: reorder release process steps in pyproject.toml for clarity
2 parents b6f56a0 + 6103d13 commit d1f9ad5

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

pyproject.toml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,20 @@
88
# releasing a next version on pypi:
99
# 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
1010
# 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
1413
# 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/
1915
# 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+
2425

2526

2627

0 commit comments

Comments
 (0)