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 93260c5 commit 6d68050Copy full SHA for 6d68050
Makefile
@@ -48,7 +48,9 @@ tag:
48
pypi: tag
49
@if python3 python3 -c "from trio_asyncio._version import __version__; print(__version__)" 2>/dev/null | grep -qs + >/dev/null 2>&1 ; \
50
then echo "You need a clean, tagged tree" >&2; exit 1 ; fi
51
- python3 setup.py sdist upload
+ python3 -m pip install uv
52
+ uv build
53
+ uv publish
54
## version depends on tag, so re-tagging doesn't make sense
55
56
upload: pypi
0 commit comments