From 8d96f866e46a7a942f570fb797101a585dcb6e2f Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 23 Oct 2023 15:53:47 -0500 Subject: [PATCH] fix build for poetry --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 30a0aeb5..aa2ab611 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,10 @@ install: script: - poetry run pytest -vv - + +before_deploy: +- poetry config pypi-token.pypi $PYPI_API_TOKEN +- poetry build -f sdist deploy: provider: script