Skip to content

Commit 4fa6a2d

Browse files
committed
build: fix djversions url
1 parent 2678eea commit 4fa6a2d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2929
run: |
3030
python setup.py sdist bdist_wheel
31-
twine upload dist/*
31+
twine upload dist/* --verbose

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![codecov](https://codecov.io/gh/weynelucas/django-db-adapter/branch/master/graph/badge.svg?token=EZyTLmsPhm)](https://codecov.io/gh/weynelucas/django-db-adapter)
66
[![PyPI - Release](https://img.shields.io/pypi/v/django-db-adapter.svg)](https://pypi.python.org/pypi/django-db-adapter)
77
[![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)
99
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
1010

1111
A flexible toolkit for customize how Django creates the databse objects for the

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[metadata]
22
name=django-db-adapter
3-
version=2.0.0
3+
version=2.0.0.post0
44
url=https://github.com/weynelucas/django-db-adapter/
55
author=Lucas Weyne
66
author_email=weynelucas@gmail.com
77
description=A flexible toolkit for customize how Django creates the databse objects for the application schema
88
long_description=file: README.md
99
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
1111
keywords=django database schema editor oracle django-db-adapter
1212
classifiers=
1313
Development Status :: 5 - Production/Stable

0 commit comments

Comments
 (0)