Browse Source

Drop py2 from .craft.yml (#23882)

Now that we're done making py2 builds, we need to stop telling Craft to expect them.
Chad Whitacre 4 years ago
parent
commit
a6d9e533bf
1 changed files with 3 additions and 15 deletions
  1. 3 15
      .craft.yml

+ 3 - 15
.craft.yml

@@ -13,27 +13,15 @@ statusProvider:
 targets:
   - name: github
   - name: pypi
-  - id: py3-release
+  - id: release
     name: docker
     source: us.gcr.io/sentryio/sentry
     target: getsentry/sentry
-  - id: py3-latest
+  - id: latest
     name: docker
     source: us.gcr.io/sentryio/sentry
     target: getsentry/sentry
     targetFormat: '{{{target}}}:latest'
-  - id: py2-release
-    name: docker
-    source: us.gcr.io/sentryio/sentry
-    sourceFormat: '{{{source}}}:{{{revision}}}-py2'
-    target: getsentry/sentry
-    targetFormat: '{{{target}}}:{{{version}}}-py2'
-  - id: py2-latest
-    name: docker
-    source: us.gcr.io/sentryio/sentry
-    sourceFormat: '{{{source}}}:{{{revision}}}-py2'
-    target: getsentry/sentry
-    targetFormat: '{{{target}}}:latest-py2'
 
 requireNames:
-  - /^sentry-.+-py2.py3-none-any.whl$/
+  - /^sentry-.+-py3\d?-none-any.whl$/