Skip to content

Commit 6c0deee

Browse files
committed
publish and build at the same time
1 parent ded69b5 commit 6c0deee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ script:
2828
# --------------------------------------------------------------------------
2929
# Deploy
3030
# --------------------------------------------------------------------------
31-
before_deploy:
32-
- poetry build
3331
deploy:
3432
provider: script
35-
script: poetry publish -u __token__ -p $PYPI_TOKEN
33+
script: poetry publish --build -u __token__ -p $PYPI_TOKEN
3634
on:
3735
tags: true
3836
branch: master

0 commit comments

Comments
 (0)