We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfcdf50 commit 46fd668Copy full SHA for 46fd668
ci.sh
@@ -69,6 +69,8 @@ python -c "import sys, struct, ssl; print('#' * 70); print('python:', sys.versio
69
python -m pip install -U pip setuptools wheel
70
python -m pip --version
71
72
+python -m pip install 'typed-ast @ git+https://github.com/python/typed_ast; python_version >= "3.10"'
73
+
74
python setup.py sdist --formats=zip
75
python -m pip install dist/*.zip
76
0 commit comments