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