From a231a2b17a71304a19710cf9a49b21fa06e25f71 Mon Sep 17 00:00:00 2001 From: Jan Michael Auer Date: Fri, 11 Jun 2021 13:03:27 +0200 Subject: [PATCH] meta(py): Update craft config to 0.23 conventions (#1019) --- py/.craft.yml | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/py/.craft.yml b/py/.craft.yml index fe241a21e5..4b2c61a370 100644 --- a/py/.craft.yml +++ b/py/.craft.yml @@ -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 @@ -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$/