We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3251f13 commit 894d9a9Copy full SHA for 894d9a9
Makefile
@@ -43,7 +43,7 @@ test:
43
44
45
tag:
46
- @-git tag v$(shell python3 setup.py -V)
+ @-git tag v$(shell python3 -c "from trio_asyncio._version import __version__; print(__version__)")
47
48
pypi: tag
49
@if python3 setup.py -V 2>/dev/null | grep -qs + >/dev/null 2>&1 ; \
0 commit comments