Skip to content

Commit 319ae06

Browse files
committed
fix travis-ci deploy instructions
1 parent fa6f2c9 commit 319ae06

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
@@ -2,7 +2,6 @@ language: python
22

33
python:
44
- 3.6
5-
- 3.7
65

76
os:
87
- linux
@@ -17,7 +16,6 @@ install:
1716
- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
1817
- source $HOME/.poetry/env
1918
- poetry install --no-interaction
20-
- poetry build --no-interaction
2119

2220
before_script:
2321
- export DISPLAY=:99.0
@@ -30,7 +28,7 @@ script:
3028

3129
deploy:
3230
provider: script
33-
script: poetry publish --no-interaction --username "$PYPI_USERNAME" --password "$PYPI_PASSWORD"
31+
script: poetry publish --build --no-interaction --username "$PYPI_USERNAME" --password "$PYPI_PASSWORD"
3432
on:
3533
tags: true
3634
branch: master

0 commit comments

Comments
 (0)