mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-22 17:04:31 +02:00
Renaming from master to main
This commit is contained in:
parent
7536a5a0f6
commit
66ed36258a
3 changed files with 5 additions and 5 deletions
|
|
@ -32,6 +32,6 @@ jobs:
|
|||
distributions: bdist_wheel
|
||||
password: ${PYPI_PASSWORD}
|
||||
on:
|
||||
branch: master
|
||||
branch: main
|
||||
tags: true
|
||||
repo: simonw/sqlite-utils
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
[](https://pypi.org/project/sqlite-utils/)
|
||||
[](https://sqlite-utils.readthedocs.io/en/stable/changelog.html)
|
||||
[](https://travis-ci.com/simonw/sqlite-utils)
|
||||
[](https://travis-ci.com/simonw/sqlite-utils)
|
||||
[](http://sqlite-utils.readthedocs.io/en/latest/?badge=latest)
|
||||
[](https://github.com/simonw/sqlite-utils/blob/master/LICENSE)
|
||||
[](https://github.com/simonw/sqlite-utils/blob/main/LICENSE)
|
||||
|
||||
Python CLI utility and library for manipulating SQLite databases.
|
||||
|
||||
|
|
|
|||
|
|
@ -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*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue