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 654a1bf commit 5c57c50Copy full SHA for 5c57c50
.travis.yml
@@ -22,7 +22,7 @@ before_deploy:
22
- poetry build
23
deploy:
24
provider: script
25
- script: poetry publish
+ script: poetry publish --build
26
on:
27
tags: true
28
condition: "$TRAVIS_PYTHON_VERSION == 3.7"
0 commit comments