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 @@ -3,7 +3,7 @@ name: PyPi Upload
3
3
on :
4
4
push :
5
5
branches :
6
- - ' master '
6
+ - ' main '
7
7
tags :
8
8
- ' *'
9
9
pull_request :
Original file line number Diff line number Diff line change 1
1
# MAVSDK-Python
2
2
3
- [ ![ GitHub Actions Status] ( https://github.com/mavlink/MAVSDK-Python/workflows/PyPi%20Upload/badge.svg?branch=master )] ( https://github.com/mavlink/MAVSDK-Python/actions?query=branch%3Amaster )
3
+ [ ![ GitHub Actions Status] ( https://github.com/mavlink/MAVSDK-Python/workflows/PyPi%20Upload/badge.svg?branch=main )] ( https://github.com/mavlink/MAVSDK-Python/actions?query=branch%3Amain )
4
4
5
5
This is the Python wrapper for MAVSDK.
6
6
@@ -117,11 +117,11 @@ make -C mavsdk html
117
117
118
118
### Release steps
119
119
120
- 1 . Check all required pull requests are merged to master
120
+ 1 . Check all required pull requests are merged to main
121
121
2 . Check [ MAVSDK_SERVER_VERSION] ( MAVSDK_SERVER_VERSION ) is set to the correct version of mavsdk_server.
122
- 3 . Create git tag on laster master , e.g.:
122
+ 3 . Create git tag on laster main , e.g.:
123
123
```
124
- git switch master
124
+ git switch main
125
125
git pull
126
126
git tag X.Y.Z
127
127
git push --tags
Original file line number Diff line number Diff line change 1
- .. MAVSDK-Python documentation master file, created by
1
+ .. MAVSDK-Python documentation main file, created by
2
2
sphinx-quickstart on Sat May 30 10:40:26 2020.
3
3
You can adapt this file completely to your liking, but it should at least
4
4
contain the root `toctree` directive.
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
# DO NOT EDIT! This file is auto-generated from
3
- # https://github.com/mavlink/MAVSDK-Python/tree/master /other/templates/py
3
+ # https://github.com/mavlink/MAVSDK-Python/tree/main /other/templates/py
4
4
from ._base import AsyncBase
5
5
from . import {{ plugin_name.lower_snake_case }}_pb2, {{ plugin_name.lower_snake_case }}_pb2_grpc
6
6
from enum import Enum
You can’t perform that action at this time.
0 commit comments