Skip to content

Commit

Permalink
#55: Moving distributions section to not be under the on section. It …
Browse files Browse the repository at this point in the history
…is now only under deploy. By default it would do sdist and was ignoring the distributions because they were in the wrong section.
  • Loading branch information
MotaDan committed Oct 5, 2016
1 parent 22f217e commit d520796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ script: py.test
after_success: coveralls
deploy:
provider: pypi
distributions: "sdist bdist_wheel"
user: AndroidKing
password:
secure: ieeS3jz+L1OMwQiYAr5q7bps9mQaWH43Mz7dwMHMho53AtbEV1DCaIQCoTyubn6Ap07LkC0H8V2TJ51/IzTRYNMb+Q/MoNiMvyKAyFym0pjqIOQ0c6vq9Car5Vck5SVqdJElC/icKr6rzvngBhvzxXXXPfxLWEhLS74viVjCV4h7HC+SOOXfKUdwN3SnLWJUUF924hWJ06vprE67mJLrVuCt16wPgX13MfbiaepfKC+Ur9j5n6ODQOSx+bV8yN1SpyoPsEbuLNrKW8FUr9Kc8uk0CnrefkhVjsqC9oTYTunpabbhBXRdduZF+7uHsBIVqwsjMmqOFyBB6vLYXb7J8SZ7ljvQ95B7e3OeSrBiDKwBuv4RlMPnDqOUuh6IEs6lS3YyG7W0jr8qjVSqZLOuDgaSktc2qDBAZ/cvaCm4vlPq3I6mp06miZ/GVrDpmUa+j9IwtCH2ACjTaA8NxUW4sIy8KZR6kTLrQQ2mHJARI+jrhwTDszr+SG5mptCHow2XhFLxOilJ9oRE3EpjxYe0pulQwIFGLHY8WTw8L3cZTBFD1Yur7a+9/EJvZQqwD2N0HU115sPxb9obkm/6WUNWVK+hTpDbP0jHjcCNZEMTTYyrdlcgxog+bIuJ0BNMojGIf8zpJyxPeqeDe8nKyURvJhdRdrMUxg6ycnSv/mF5Lg4=
on:
tags: true
distributions: "sdist bdist_wheel"
repo: MotaDan/steganographerPY
matrix:
allow_failures:
Expand Down

0 comments on commit d520796

Please sign in to comment.