Skip to content

Commit

Permalink
fix build for poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelLukowski committed Oct 23, 2023
1 parent dc93770 commit 8d96f86
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d96f86

Please sign in to comment.