1
1
mirror of https://github.com/harelba/q.git synced 2024-10-03 22:39:52 +03:00

fix pyci version

This commit is contained in:
Harel Ben-Attia 2019-12-16 20:22:03 +02:00
parent 001951a7b3
commit 0d8864049c

View File

@ -26,10 +26,10 @@ test: dep ## Run the unit tests.
py.test -rs -c pytest.ini -s -v q/tests/suite.py --rootdir .
release: ## Run release
pip install py-ci==0.7.3
pip install py-ci
pyci release --no-wheel-publish --wheel-universal
local-release:
pip install py-ci==0.7.3
pip install py-ci
./do-manual-release.sh