Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c08991 commit 3e401b5Copy full SHA for 3e401b5
README.md
@@ -421,7 +421,8 @@ cibuildwheels + twine upload for each git tagging event is handled in Azure Pipe
421
422
* Bump version in CMakeLists.txt
423
* Update version in `python/setup.py`
424
-* Commit with tag name starting with `v`(e.g. `v2.1.0`)
+* Commit and push `master`. Confirm C.I. build is OK.
425
+* Create tag starting with `v`(e.g. `v2.1.0`)
426
* `git push --tags`
427
* cibuildwheels + pypi upload(through twine) will be automatically triggered in Azure Pipeline.
428
0 commit comments