~amirouche/asyncio-foundationdb

5f1be686a5fec04b8074a24ca4271e31ac7bfab6 — Amirouche 11 months ago 860b8ae
ci: use a oneliner to build, and publish.
1 files changed, 1 insertions(+), 2 deletions(-)

M ci.sh
M ci.sh => ci.sh +1 -2
@@ 8,5 8,4 @@ echo "exit()" | sh venv python$PYTHON_MAJOR_MINOR
set +x
git tag -l --points-at $(git show -q --format=%H) | grep v && ./venv poetry config http-basic.pypi __token__ $(cat ~/.pypi-token) || true
set -x
git tag -l --points-at $(git show -q --format=%H) | grep v && ./venv poetry build --format wheel || true
git tag -l --points-at $(git show -q --format=%H) | grep v && ./venv poetry publish || true
git tag -l --points-at $(git show -q --format=%H) | grep ^v && ./venv poetry build --format wheel && ./venv poetry publish || true