We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6f2c9 commit 319ae06Copy full SHA for 319ae06
.travis.yml
@@ -2,7 +2,6 @@ language: python
2
3
python:
4
- 3.6
5
- - 3.7
6
7
os:
8
- linux
@@ -17,7 +16,6 @@ install:
17
16
- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
18
- source $HOME/.poetry/env
19
- poetry install --no-interaction
20
- - poetry build --no-interaction
21
22
before_script:
23
- export DISPLAY=:99.0
@@ -30,7 +28,7 @@ script:
30
28
31
29
deploy:
32
provider: script
33
- script: poetry publish --no-interaction --username "$PYPI_USERNAME" --password "$PYPI_PASSWORD"
+ script: poetry publish --build --no-interaction --username "$PYPI_USERNAME" --password "$PYPI_PASSWORD"
34
on:
35
tags: true
36
branch: master
0 commit comments