Skip to content

Commit 795670c

Browse files
committed
new version [ci publish]
1 parent 239e88b commit 795670c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ This repo is configured with CI on github actions to build wheels across platfor
117117

118118
### Deploy a new version
119119

120-
- Commit the desired version to the `master` branch, be sure the version string in `setup.py` corresponds to the new version number. Include the string `[ci build]` in the commit message to ensure a build happens.
121-
- Watch th github actions builds to ensure the test & build stages succeed and all wheels are compiled.
120+
- Commit the desired updates to the `master` branch (or via PR). Include the string `[ci build]` in the commit message to ensure a build happens.
121+
- Watch the github actions builds to ensure the test & build stages succeed and all wheels are compiled.
122122
- While you're waiting, update the docs.
123-
- Tag the commit with a tag like `v1.2.3`, matching the version in `setup.py`. This will kick off a new github actions build which deploys the wheels to PyPI after compilation.
123+
- Create a commit bumping the version in `pyproject.toml`. Include the string `[ci publish]` in the commit message and push. This will kick off a new github actions build which deploys the wheels to PyPI after compilation. Use the github UI to create a new release + tag matching the version in `pyproject.toml`.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "robust_laplacian"
3-
version = "0.2.8"
3+
version = "1.0.0"
44
description = "Robust Laplace matrices for meshes and point clouds"
55
readme = "README.md"
66
license.file = "LICENSE"

0 commit comments

Comments
 (0)