Skip to content

Commit

Permalink
meta: Re-enable Python releases (#1932)
Browse files Browse the repository at this point in the history
Reverts #1779

We previously disabled PyPI releases since they kept failing. This PR re-enables them so we can check whether the problem still exists.

ref #1931
  • Loading branch information
szokeasaurusrex authored Feb 9, 2024
1 parent b51496d commit f527fac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ targets:
checksums:
- algorithm: sha256
format: hex
- name: pypi
- name: sentry-pypi
internalPypiRepo: getsentry/pypi
requireNames:
- /^sentry-cli-Darwin-x86_64$/
- /^sentry-cli-Darwin-arm64$/
Expand All @@ -102,3 +105,4 @@ requireNames:
- /^sentry-cli-Windows-i686.exe$/
- /^sentry-cli-Windows-x86_64.exe$/
- /^sentry_cli-.*.tar.gz$/
- /^sentry_cli-.*.whl$/

0 comments on commit f527fac

Please sign in to comment.