Skip to content

Commit bb61263

Browse files
committed
one line deploy.script
1 parent cbf5430 commit bb61263

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 config pypi-token.pypi $PYPI_TOKEN
3331
deploy:
3432
provider: script
35-
script: poetry publish --build
33+
script: poetry config pypi-token.pypi $PYPI_TOKEN && poetry publish --build
3634
on:
3735
tags: true
3836
branch: master

0 commit comments

Comments
 (0)