fix: use tags
This commit is contained in:
parent
0e991070a5
commit
40dfded213
@ -1,5 +1,5 @@
|
||||
from .view import PydanticView
|
||||
|
||||
__version__ = "1.12.1-fixed2"
|
||||
__version__ = "1.12.1-fixed3"
|
||||
|
||||
__all__ = ("PydanticView", "__version__")
|
||||
|
2
tasks.py
2
tasks.py
@ -136,7 +136,7 @@ def prepare_ci_env(c):
|
||||
|
||||
title("Installing wheel", "=")
|
||||
package_version = read_configuration("./setup.cfg")["metadata"]["version"]
|
||||
print(Path("dist").glob('*'))
|
||||
print([x for x in Path("dist").glob('*')])
|
||||
dist = next(Path("dist").glob(f"aiohttp_pydantic-{package_version}-*.whl"))
|
||||
c.run(f"dist_venv/bin/python -m pip install {dist}")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user