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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ This repo is configured with CI on github actions to build wheels across platfor
117
117
118
118
### Deploy a new version
119
119
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.
122
122
- 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`.
0 commit comments