fix:use fixed branch

This commit is contained in:
Georg K 2022-03-30 19:55:32 +03:00
parent 4015c60cfa
commit c649905e69
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@ publish-pypi:
- pip install -U setuptools wheel pip; pip install invoke
- invoke upload --pypi-user ${PYPI_REPO_USER} --pypi-password ${PYPI_REPO_PASSWORD} --pypi-url ${PYPI_REPO_URL}
only:
- tags
- fixed

View File

@ -1,5 +1,5 @@
from .view import PydanticView
__version__ = "2.12.1"
__version__ = "1.12.1-dev4"
__all__ = ("PydanticView", "__version__")