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 04683ef commit 9a0191eCopy full SHA for 9a0191e
.travis.yml
@@ -30,14 +30,18 @@ jobs:
30
- pip install black
31
script:
32
- black --check --diff .
33
-
34
-deploy:
35
-- provider: pypi
36
- user: $PYPI_USERNAME
37
- password: $PYPI_PASSWORD
38
- on:
39
- tags: true
+ - stage: deploy
+ if: tag IS present
40
python: "3.7"
+ install: skip
+ script: skip
+ deploy:
+ - provider: pypi
+ user: $PYPI_USERNAME
41
+ password: $PYPI_PASSWORD
42
+ distributions: sdist bdist_wheel
43
+ on:
44
+ tags: true
45
46
notifications:
47
webhooks:
0 commit comments