Skip to content

Commit

Permalink
Merge pull request #48 from uc-cdis/fix/poetry-build
Browse files Browse the repository at this point in the history
fix build for poetry to pypi
  • Loading branch information
MichaelLukowski authored Oct 23, 2023
2 parents dc93770 + 8d96f86 commit 4219e0d
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 4219e0d

Please sign in to comment.