File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- name : Publish to Pypi
1+ name : Publish Python to Pypi
22
33on :
44 push :
55 tags :
66 - python-*
77
88jobs :
9- publish :
9+ publish-python-to-pypi :
1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -35,4 +35,6 @@ To publish a stable release:
3535
36361 . Do not change the release branch directly; make a PR to the release-X.Y branch with VERSION and any CHANGELOG changes.
37372 . After merging your PR to release branch, ` git tag ` the new release from release branch.
38- 3 . Merge the release branch ` release-x.y ` to ` master `
38+ 3 . Tag should be prefixed with ` python- `
39+ 4 . Once the release occurs ` publish-python-to-pypi ` workflow job will get executed and will publish the library to testpypi and pypi
40+ 5 . When build succeeds, merge the release branch ` release-x.y ` to ` master `
You can’t perform that action at this time.
0 commit comments