File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
TWINE_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
29
29
run : |
30
30
python setup.py sdist bdist_wheel
31
- twine upload dist/*
31
+ twine upload dist/* --verbose
Original file line number Diff line number Diff line change 5
5
[ ![ codecov] ( https://codecov.io/gh/weynelucas/django-db-adapter/branch/master/graph/badge.svg?token=EZyTLmsPhm )] ( https://codecov.io/gh/weynelucas/django-db-adapter )
6
6
[ ![ PyPI - Release] ( https://img.shields.io/pypi/v/django-db-adapter.svg )] ( https://pypi.python.org/pypi/django-db-adapter )
7
7
[ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/django-db-adapter )] ( https://pypi.python.org/pypi/django-db-adapter )
8
- [ ![ PyPI - Django Version] ( https://img.shields.io/pypi/djversions/django-db-adapters )] ( https://pypi.python.org/pypi/django-db-adapter )
8
+ [ ![ PyPI - Django Version] ( https://img.shields.io/pypi/djversions/django-db-adapter )] ( https://pypi.python.org/pypi/django-db-adapter )
9
9
[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
10
10
11
11
A flexible toolkit for customize how Django creates the databse objects for the
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name =django-db-adapter
3
- version =2.0.0
3
+ version =2.0.0.post0
4
4
url =https://github.com/weynelucas/django-db-adapter/
5
5
author =Lucas Weyne
6
6
author_email =weynelucas@gmail.com
7
7
description =A flexible toolkit for customize how Django creates the databse objects for the application schema
8
8
long_description =file: README.md
9
9
long_description_content_type =text/markdown
10
- download_url =https://github.com/weynelucas/django-db-adapter/archive/2.0.0.tar.gz
10
+ download_url =https://github.com/weynelucas/django-db-adapter/archive/2.0.0.post0. tar.gz
11
11
keywords =django database schema editor oracle django-db-adapter
12
12
classifiers =
13
13
Development Status :: 5 - Production/Stable
You can’t perform that action at this time.
0 commit comments