Renaming from master to main

This commit is contained in:
Simon Willison 2020-08-10 14:04:32 -07:00
commit 66ed36258a
3 changed files with 5 additions and 5 deletions

View file

@ -32,6 +32,6 @@ jobs:
distributions: bdist_wheel
password: ${PYPI_PASSWORD}
on:
branch: master
branch: main
tags: true
repo: simonw/sqlite-utils

View file

@ -2,9 +2,9 @@
[![PyPI](https://img.shields.io/pypi/v/sqlite-utils.svg)](https://pypi.org/project/sqlite-utils/)
[![Changelog](https://img.shields.io/github/v/release/simonw/sqlite-utils?include_prereleases&label=changelog)](https://sqlite-utils.readthedocs.io/en/stable/changelog.html)
[![Travis CI](https://travis-ci.com/simonw/sqlite-utils.svg?branch=master)](https://travis-ci.com/simonw/sqlite-utils)
[![Travis CI](https://travis-ci.com/simonw/sqlite-utils.svg?branch=main)](https://travis-ci.com/simonw/sqlite-utils)
[![Documentation Status](https://readthedocs.org/projects/sqlite-utils/badge/?version=latest)](http://sqlite-utils.readthedocs.io/en/latest/?badge=latest)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/sqlite-utils/blob/master/LICENSE)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/sqlite-utils/blob/main/LICENSE)
Python CLI utility and library for manipulating SQLite databases.

View file

@ -8,10 +8,10 @@
:target: https://pypi.org/project/sqlite-utils/
.. |Changelog| image:: https://img.shields.io/github/v/release/simonw/sqlite-utils?include_prereleases&label=changelog
:target: https://sqlite-utils.readthedocs.io/en/stable/changelog.html
.. |Travis CI| image:: https://travis-ci.com/simonw/sqlite-utils.svg?branch=master
.. |Travis CI| image:: https://travis-ci.com/simonw/sqlite-utils.svg?branch=main
:target: https://travis-ci.com/simonw/sqlite-utils
.. |License| image:: https://img.shields.io/badge/license-Apache%202.0-blue.svg
:target: https://github.com/simonw/sqlite-utils/blob/master/LICENSE
:target: https://github.com/simonw/sqlite-utils/blob/main/LICENSE
*Python utility functions for manipulating SQLite databases*