Upload artifacts to repo in LOOT's Bintray org

This commit is contained in:
Oliver Hamlet
2018-08-06 21:07:20 +01:00
parent f97de90e02
commit a957ece62b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ A Python module that wraps the LOOT API, generated by [pybind11](https://github.
## Downloads
Snapshot builds are available on [Bintray](https://bintray.com/wrinklyninja/loot/loot-api-python). The snapshot build archives are named like so:
Snapshot builds are available on [Bintray](https://bintray.com/loot/snapshots/loot-api-python). The snapshot build archives are named like so:
```
loot_api_python-<short revision ID>-win32.7z
+2 -2
View File
@@ -41,8 +41,8 @@ deploy:
username: wrinklyninja
api_key:
secure: fBQJmUDK/EgEUWjjbo6bWcitczeFTJZT4OZ3ZZ4FoUT6soBsTWPQJnr8YEVMFhGP
subject: wrinklyninja
repo: loot
subject: loot
repo: snapshots
package: loot-api-python
version: $(GIT_DESCRIBE)_$(APPVEYOR_REPO_BRANCH)
publish: true