sentry-relay 0.8.64__zip → 0.8.65__zip

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sentry-relay
3
- Version: 0.8.64
3
+ Version: 0.8.65
4
4
  Summary: A python library to access sentry relay functionality.
5
5
  Author: Sentry
6
6
  Author-email: hello@sentry.io
@@ -48,8 +48,8 @@ class CustomSDist(sdist):
48
48
  def build_native(spec):
49
49
  cmd = ["cargo", "build", "-p", "relay-cabi"]
50
50
  if not DEBUG_BUILD:
51
- cmd.append("--release")
52
- target = "release"
51
+ cmd.extend(("--profile", "release-cabi"))
52
+ target = "release-cabi"
53
53
  else:
54
54
  target = "debug"
55
55
 
@@ -0,0 +1 @@
1
+ 0.8.65
@@ -1 +0,0 @@
1
- 0.8.64
File without changes