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 5b2c868 commit c3ff470Copy full SHA for c3ff470
Makefile
@@ -15,6 +15,7 @@ lint:
15
16
publish:
17
rm -fr build dist .egg trio_websocket.egg-info
18
+ ! grep -q dev trio_websocket/_version.py
19
$(PYTHON) -m build
20
twine check dist/*
21
twine upload dist/*
0 commit comments