Skip to content

Commit 069c1a4

Browse files
committed
First publish 0.0.1
1 parent 55252e5 commit 069c1a4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ script:
4040
- sh clean-build-copy.sh
4141

4242
deploy:
43-
dry_run: true
43+
# dry_run: true
4444
provider: bintray
4545
file: bintray-descriptor.json
4646
user: BINTRAY_USER

bintray-descriptor.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
fields are mandatory. */
55

66
"package": {
7-
"name": "org.redwid.android.youtube.dl", // Bintray package name
7+
"name": "org.redwid.android.python", // Bintray package name
88
"repo": "maven", // Bintray repository name
99
"subject": "Redwid", // Bintray subject (user or organization)
10-
"desc": "I was pushed completely automatically",
11-
"website_url": "www.jfrog.com",
10+
"desc": "The travis-ci build",
11+
"website_url": "https://github.com/Redwid/python-for-android",
1212
"issue_tracker_url": "https://github.com/Redwid/python-for-android",
1313
"vcs_url": "https://github.com/Redwid/python-for-android.git",
1414
"licenses": ["MIT"],
@@ -45,7 +45,7 @@
4545

4646
"files":
4747
[
48-
{"includePattern": "build/(.*.aar)", "excludePattern": "build/.*.mp3", "uploadPattern": "/$1"}
48+
{"includePattern": "build/(.*.aar)", "excludePattern": "build/.*.mp3", "uploadPattern": "org/redwid/android/python/$1"}
4949
],
5050
"publish": true
5151
}

0 commit comments

Comments
 (0)