Skip to content

Commit 95b06fc

Browse files
authored
Merge pull request #31 from networktocode/dga-travis-cleanup
Update travis to publish and build at the same time
2 parents ded69b5 + 6c0deee commit 95b06fc

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)