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 cbf5430 commit bb61263Copy full SHA for bb61263
.travis.yml
@@ -28,11 +28,9 @@ script:
28
# --------------------------------------------------------------------------
29
# Deploy
30
31
-before_deploy:
32
-- poetry config pypi-token.pypi $PYPI_TOKEN
33
deploy:
34
provider: script
35
- script: poetry publish --build
+ script: poetry config pypi-token.pypi $PYPI_TOKEN && poetry publish --build
36
on:
37
tags: true
38
branch: master
0 commit comments