~amirouche/asyncio-foundationdb

6206ce19d150d645c06d2d6c9b6c0819faafbfe9 — Amirouche 11 months ago a24928a 0.11.3.dev3
typofix
1 files changed, 1 insertions(+), 1 deletions(-)

M ci.sh
M ci.sh => ci.sh +1 -1
@@ 8,4 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 && ./venv poetry publish || true
git tag -l --points-at $(git show -q --format=%H) | grep ^v && ./venv poetry build --format wheel && ./venv poetry publish