Skip to content

Commit f98d28e

Browse files
Updated release info
1 parent 19d4c67 commit f98d28e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ or use the [VSCode Test Explorer](https://code.visualstudio.com/docs/python/test
6060

6161
### [Optional] Invoking the dev code from command line
6262

63-
If you installed the module in develop mode you can use it directly as seen in the instructions above. You can also use the module reference, as seen bellow.
63+
If you installed the module in develop mode you can use it directly as seen in the instructions above. You can also use the module reference, as seen bellow.
6464

6565
To export a custom vision project to an Azure storage account use the following:
6666

@@ -137,7 +137,13 @@ git tag -d v0.1.0
137137

138138
> Note: You will not be able to push the same version to the test Pypi instance. As a work around you can increase the prerelease 4th digit e.g. 0.1.0.1.
139139
140-
When you are ready push changes to remote and let github actions publish the package to the production Pypi.
140+
When you are ready push changes to remote and let github actions publish the package to the production Pypi. Just push the tag to GitHub and the CD action will create the release:
141+
142+
```bash
143+
git push origin --tags
144+
```
145+
146+
> Note that currently the CD process is kicked when you push the tag and it doesn't do the CI part. So make sure your code is passing the CI part before tagging and pushing the tag to GitHub.
141147
142148
## References
143149

0 commit comments

Comments
 (0)