Skip to content

Commit

Permalink
build(craft): Fix manylinux artifact name (#1547)
Browse files Browse the repository at this point in the history
In the process of #1438, we
bumped everything to manylinux2014, but the craft file was not updated.
  • Loading branch information
jjbayer authored Oct 25, 2022
1 parent d62cbfc commit afe3a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/.craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ targets:
requireNames:
- /^sentry_relay-.*-py2\.py3-none-macosx_10_15_x86_64.whl$/
- /^sentry_relay-.*-py2\.py3-none-macosx_11_0_arm64.whl$/
- /^sentry_relay-.*-py2\.py3-none-.*manylinux2010_i686.*\.whl$/
- /^sentry_relay-.*-py2\.py3-none-.*manylinux2010_x86_64.*\.whl$/
- /^sentry_relay-.*-py2\.py3-none-.*manylinux2014_i686.*\.whl$/
- /^sentry_relay-.*-py2\.py3-none-.*manylinux2014_x86_64.*\.whl$/
- /^sentry_relay-.*-py2\.py3-none-.*manylinux2014_aarch64.*\.whl$/
- /^sentry-relay-.*\.zip$/

0 comments on commit afe3a98

Please sign in to comment.