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 ded69b5 commit 6c0deeeCopy full SHA for 6c0deee
.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