Skip to content

Commit

Permalink
meta(py): Update craft config to 0.23 conventions (getsentry#1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-auer authored Jun 11, 2021
1 parent 638210b commit a231a2b
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions py/.craft.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
---
minVersion: "0.16.1"
github:
owner: getsentry
repo: relay
minVersion: 0.23.1
changelogPolicy: auto

statusProvider:
name: github
artifactProvider:
name: github

preReleaseCommand: ../scripts/bump-library.sh
releaseBranchPrefix: release-library

Expand All @@ -24,7 +15,7 @@ targets:
cacheControl: "public, max-age=2592000"

requireNames:
- /^sentry_relay-.*-py2.py3-none-macosx_10_15_x86_64.whl$/
- /^sentry_relay-.*-py2.py3-none-.*manylinux2010_i686.*\.whl$/
- /^sentry_relay-.*-py2.py3-none-.*manylinux2010_x86_64.whl$/
- /^sentry-relay-.*.zip$/
- /^sentry_relay-.*-py2\.py3-none-macosx_10_15_x86_64.whl$/
- /^sentry_relay-.*-py2\.py3-none-.*manylinux2010_i686.*\.whl$/
- /^sentry_relay-.*-py2\.py3-none-.*manylinux2010_x86_64.*\.whl$/
- /^sentry-relay-.*\.zip$/

0 comments on commit a231a2b

Please sign in to comment.