Compare commits
3 Commits
1.12.1-fix
...
2.12.1
Author | SHA1 | Date | |
---|---|---|---|
|
4015c60cfa | ||
|
a1dcc544cf | ||
|
f278629217 |
@@ -6,6 +6,6 @@ publish-pypi:
|
|||||||
image: python:3.8
|
image: python:3.8
|
||||||
script:
|
script:
|
||||||
- pip install -U setuptools wheel pip; pip install invoke
|
- 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}
|
- invoke upload --pypi-user ${PYPI_REPO_USER} --pypi-password ${PYPI_REPO_PASSWORD} --pypi-url ${PYPI_REPO_URL}
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
from .view import PydanticView
|
from .view import PydanticView
|
||||||
|
|
||||||
__version__ = "1.12.1"
|
__version__ = "2.12.1"
|
||||||
|
|
||||||
__all__ = ("PydanticView", "__version__")
|
__all__ = ("PydanticView", "__version__")
|
||||||
|
Reference in New Issue
Block a user