File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ deploy:
31
31
provider : pypi
32
32
distributions : sdist bdist_wheel
33
33
on :
34
- branch : master
34
+ branch : main
35
35
tags : true
36
36
python : 3.8
37
37
skip_existing : true
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ a query language for APIs created by Facebook.
6
6
7
7
[ ![ PyPI version] ( https://badge.fury.io/py/graphql-core.svg )] ( https://badge.fury.io/py/graphql-core )
8
8
[ ![ Documentation Status] ( https://readthedocs.org/projects/graphql-core-3/badge/ )] ( https://graphql-core-3.readthedocs.io )
9
- [ ![ Build Status] ( https://travis-ci.com/graphql-python/graphql-core.svg?branch=master )] ( https://travis-ci.com/graphql-python/graphql-core )
10
- [ ![ Coverage Status] ( https://codecov.io/gh/graphql-python/graphql-core/branch/master /graph/badge.svg )] ( https://codecov.io/gh/graphql-python/graphql-core )
9
+ [ ![ Build Status] ( https://travis-ci.com/graphql-python/graphql-core.svg?branch=main )] ( https://travis-ci.com/graphql-python/graphql-core )
10
+ [ ![ Coverage Status] ( https://codecov.io/gh/graphql-python/graphql-core/branch/main /graph/badge.svg )] ( https://codecov.io/gh/graphql-python/graphql-core )
11
11
[ ![ Dependency Updates] ( https://pyup.io/repos/github/graphql-python/graphql-core/shield.svg )] ( https://pyup.io/repos/github/graphql-python/graphql-core/ )
12
12
[ ![ Python 3 Status] ( https://pyup.io/repos/github/graphql-python/graphql-core/python-3-shield.svg )] ( https://pyup.io/repos/github/graphql-python/graphql-core/ )
13
13
[ ![ Code Style] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/ambv/black )
You can’t perform that action at this time.
0 commit comments