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.
2 parents ded69b5 + 6c0deee commit 95b06fcCopy full SHA for 95b06fc
.travis.yml
@@ -28,11 +28,9 @@ script:
28
# --------------------------------------------------------------------------
29
# Deploy
30
31
-before_deploy:
32
-- poetry build
33
deploy:
34
provider: script
35
- script: poetry publish -u __token__ -p $PYPI_TOKEN
+ script: poetry publish --build -u __token__ -p $PYPI_TOKEN
36
on:
37
tags: true
38
branch: master
0 commit comments