File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 uses : actions/checkout@v2
1414 with :
1515 fetch-depth : 0
16- ref : master
16+ ref : main
1717 - name : Check commits since last release
1818 id : count-commits
1919 run : |
3636 - name : Checkout
3737 uses : actions/checkout@v2
3838 with :
39- ref : master
39+ ref : main
4040 - name : Bump version
4141 uses : actions/setup-python@v1
4242 with :
Original file line number Diff line number Diff line change 5959 cleanup : false
6060 upload_docs : false
6161 on :
62- branch : master
62+ branch : main
6363 - provider : pypi
6464 distributions : sdist bdist_wheel
6565 username : __token__
6969 on :
7070 tags : true
7171 - stage : deploy
72- if : branch = master AND tag IS blank
72+ if : branch = main AND tag IS blank
7373 python : 3.6
7474 install : skip
7575 script :
8989 token :
9090 secure : " Sm1sNSVGUFDb+bZjNvIiH65r28Y83q2invQop9qW2iSDQaEiOLQT7JKzeSUZJxjzq824aK2aU8se9f8wkKwlTaVGjou5tCRUncsPf8biFKgJSUKl0SEYCJ3Dzff8xi+Mk2bOOUo3VgnDTKdNtQ62dzJOrI2mLZ7dymSf8e5LBHjbSNzVPE+KOm7/8LERgyO7hGbuU8AYK2ixZI7Ltm2MYFu88KH2o31wQPflNmCqpIqNP8IrE1tW//IcLKrvArrC0N4nOD8/I8bvb2uLVsaolruC+P+ohlIuksfeqB4XXQxRuNHZDJU9QExrhY3gzZOGm5B8ucj71H56W/3DgD0RV9pT0BAWynHUhtSCCLI4MCaTVq2jAVkjgnpO1rzbauYoXHQenZZNoyJ+l6bHF2Uz9oC8IwtEe6EiJ1TwnFHMvWtG3PVm4d9xuirl1E+xKi4mYQ/WwnNmOcYEGxtLIeduV51bqZYi3CxADxv51+KOpDJMSv3+eQcnUgtGozNqCFzaL2Lnl1RYWQLTAHBBxXl91tprunsno5usMok8sGz5JJ7f/+U53gTZitzpXYS6qTyGcZbde6HOAH/vJzpoI32VbaLWfNrcTwFpVVehFYPW6hdUgmCTGehGCqWkRtMdJkyt3MhJ0PRco0lU0YQ77ZO/6Yqv+Rg8g0iJQYIr5QG3KeY="
9191 on :
92- branch : master
92+ branch : main
9393 condition : ' "$PRIOR_VERSION" != "$RELEASE_VERSION"'
Original file line number Diff line number Diff line change 22 <a href="./LICENSE" alt="License">
33 <img src="https://img.shields.io/github/license/YakDriver/oschmod.svg" /></a>
44 <a href="http://travis-ci.org/YakDriver/oschmod" alt="Build status">
5- <img src="https://travis-ci.org/YakDriver/oschmod.svg?branch=master " /></a>
5+ <img src="https://travis-ci.org/YakDriver/oschmod.svg?branch=main " /></a>
66 <a href="https://pypi.python.org/pypi/oschmod" alt="Python versions">
77 <img src="https://img.shields.io/pypi/pyversions/oschmod.svg" /></a>
88 <a href="https://pypi.python.org/pypi/oschmod" alt="Version">
Original file line number Diff line number Diff line change 11trigger :
2- - master
2+ - main
33
44pool :
55 vmImage : ' windows-latest'
You can’t perform that action at this time.
0 commit comments