File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ deploy:
3131 provider : pypi
3232 distributions : sdist bdist_wheel
3333 on :
34- branch : master
34+ branch : main
3535 tags : true
3636 python : 3.8
3737 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.
66
77[ ![ PyPI version] ( https://badge.fury.io/py/graphql-core.svg )] ( https://badge.fury.io/py/graphql-core )
88[ ![ 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 )
1111[ ![ Dependency Updates] ( https://pyup.io/repos/github/graphql-python/graphql-core/shield.svg )] ( https://pyup.io/repos/github/graphql-python/graphql-core/ )
1212[ ![ 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/ )
1313[ ![ 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