Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit 9980a92

Browse files
committed
Removed travis own deploy
tox -e upload does the upload to pypi so there is no need to run travis own deployer as it will fail as the files are already uploaded.
1 parent 0672a6a commit 9980a92

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.travis.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,6 @@ jobs:
3232
name: deploy
3333
if: tag IS present AND type != cron
3434
env: TOXENV=upload
35-
deploy:
36-
- provider: pypi
37-
user: pycontribs
38-
password:
39-
secure: >
40-
N8Vl84PucnJwAl5PPRZ0YUMTgBrXcbbEJh5LZudv/HBps7abhu3iv5+FT+w+8W4DcFjPoCC3FqVj34sLLEshf2SOktGm/RH9wnVEwGgBFcsob1c4PrdoZ13Zk/KwjvX9OfPJ4uzceUT9ZZXv62OJzQulRTdDkGLSoXj5s0noUhxaCsyHG4wLnv9n/eVecN3ou+oqi464cOAvRVsp7Hw7f8XywYI6r9Yt0pQkBtGrwXORC6Bmrl5Q7PiBAHWBcJmWLyFRwrak6z/BDBNqBZC2nWn1ZPYoo23tEWmeLTZPkPiJad9hM4rc9NuGyRr1uZAEqhBNn8mFGv+CMfzZALDTpLu8PN74XHA3PfFx9gF3wHZyIhtFQ2CcivGUGUsn9HE6SqhXgjRgCSwRXuvOonLqT5KMX7ZnTP1EtdLXhWju9bP3GOat/iy85bBZXxU/LirqBtpcV6TeOtkKeYo5DIVwFi6yj3iYXUYLEf2LDcCSBz1ZAc5pTX8tWypXeXs9DWeGo35ZkukTetVhrHlBaZ+7HpI+IBhEua8Uzg2hJ+9Y0xl5+ewZgqbWbbBog0xV/G59777uklGa+oUxmsuojwEmWOAmiAl4+dUIuqNuTW4gkPjXATqPLnKPZRoOVSHXanhSUp+xhta6JwqhtSSa1ke4Xnfewnx2Le+Y+Pz0MOfZgKg=
41-
distributions: dists
42-
skip-cleanup: true
43-
"on":
44-
all_branches: true
45-
tags: true
46-
repo: pycontribs/pytest-molecule
4735

4836
install:
4937
- pip install tox

0 commit comments

Comments
 (0)