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

Commit cd55838

Browse files
jan-auerashwoods
authored andcommitted
ci: Use probot to release (#1111)
* ci(travis): Deploy tags to S3 * ci(release): Activate the release bot * meta(changelog): Move the changelog to the standard location * ci(travis): Set python version explicitly on deploy
1 parent e1fd30b commit cd55838

File tree

3 files changed

+19
-11
lines changed

3 files changed

+19
-11
lines changed

.github/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
targets:
2+
- github
3+
- pypi

.travis.yml

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -123,17 +123,22 @@ jobs:
123123
python: 3.6
124124
env: TOXENV=py36-lambda
125125

126-
# - stage: deploy
127-
# script: skip
128-
# deploy:
129-
# provider: pypi
130-
# user: sentry
131-
# distributions: "sdist--formats=gztar bdist_wheel"
132-
# on:
133-
# tags: true
134-
# repo: getsentry/raven-python
135-
# password:
136-
# secure: cG4yO9C+42ljfMlCfIJEgmySUPDCmGht358UaaCum4qchpVaFrjPAvm2sUpr3cFhUmMH+ueUr7LBW2c+lriJyT7wwJlU7vwtECzr5aayUuSwwPpFu98lz8kwQny3KF2caMD15rbjXkDRjh1QXw4ztiuBZq9dLb5WDx3pIKVLLbQ=
126+
- stage: deploy
127+
script: ./setup.py sdist --formats=gztar bdist_wheel
128+
if: tag IS present
129+
python: 2.7
130+
deploy:
131+
provider: s3
132+
access_key_id: AKIAJKYWAF3QS7SFL75Q
133+
secret_access_key:
134+
secure: HFlh3wzzYIbkIYRt+Qu60ak0U1+RFagr3nI+EqX/9KJH0zwLg/Xv1Gfx4vZZ+0VZkeJIbZZC5l4HxUzFwkROepxPh0Foifqm7hRKL4HUBdvIONcW+h3Ilanvyj/0tIyRdFPK5pZ22qc+1nsARy0eYEtz/YQeEhiEohvNxbhOuUQ=
135+
skip_cleanup: true
136+
acl: public_read
137+
bucket: getsentry-builds
138+
upload-dir: $TRAVIS_REPO_SLUG/$TRAVIS_COMMIT
139+
local_dir: build
140+
on:
141+
tags: true
137142

138143
script: tox
139144
install:
File renamed without changes.

0 commit comments

Comments
 (0)