travis 1.8.1.travis.697.5 → 1.8.1.travis.699.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/lib/travis/cli/setup/pypi.rb +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MWI5MWRiNjZkMDhhZGIyNTEwYTU1MjNlNGU2OWI2NTIxZGU0YWM4ZQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NWZhMWY1OWM1ZjZjNzJlNjcyNGJmZmZjYTNiODM5YjcxM2FmNTE5ZQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MTAxODJkYzlmYTM0OGNjYTU3ZGE1YTJmODA2Y2UzOGQzZWUyY2M0ODYwYjAy
|
|
10
|
+
YzRjYWQwMjJhNjM2YmYxMDViMTY1ODIxM2JmZWQwOTliNjMxZTlmMzQyN2Ji
|
|
11
|
+
NDljZWUzNWY1ODJmMTM0ZGY0ZjgyZDViZTMwZWY3NDNjNWRjMTQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MGQ2NWNiNzkzMjg3NTE4NjdlYTZlODM4MDNhODQ1ZmQzMzE3YzY0NTY2ZDli
|
|
14
|
+
ODQ3MzBmMmU3NjJlNjk0NDEwMDk1NGUzNTlhNzM4OTNkY2E5NGM4NjM2NDEy
|
|
15
|
+
NTIwMTVmOTA5ZTlkMzU5ZmNlZTNhNTcxOWY5MjJmMDA3MGFkNmE=
|
|
@@ -12,6 +12,8 @@ module Travis
|
|
|
12
12
|
config['password'] ||= ask("Password: ") { |q| q.echo = "*" }.to_s
|
|
13
13
|
|
|
14
14
|
on("release only tagged commits? ", config, 'tags' => true)
|
|
15
|
+
# the default of pypi `setup.py build` is the `sdist`
|
|
16
|
+
on("deploy as wheel file too? ", config, 'distributions' => 'sdist bdist_wheel')
|
|
15
17
|
end
|
|
16
18
|
end
|
|
17
19
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: travis
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.8.1.travis.
|
|
4
|
+
version: 1.8.1.travis.699.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Haase
|
|
@@ -50,7 +50,7 @@ authors:
|
|
|
50
50
|
autorequire:
|
|
51
51
|
bindir: bin
|
|
52
52
|
cert_chain: []
|
|
53
|
-
date: 2015-09-
|
|
53
|
+
date: 2015-09-16 00:00:00.000000000 Z
|
|
54
54
|
dependencies:
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: faraday
|