Skip to content

Commit 89719c1

Browse files
meta: Re-enable Python releases (#1980)
Reverts #1938, thus re-enabling Python releases. Twine was updated in Craft, so we are hoping that might have fixed the earlier issues we were having with releasing Python packages.
1 parent 56807bc commit 89719c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.craft.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ targets:
9191
checksums:
9292
- algorithm: sha256
9393
format: hex
94+
- name: pypi
95+
- name: sentry-pypi
96+
internalPypiRepo: getsentry/pypi
9497
requireNames:
9598
- /^sentry-cli-Darwin-x86_64$/
9699
- /^sentry-cli-Darwin-arm64$/
@@ -102,3 +105,4 @@ requireNames:
102105
- /^sentry-cli-Windows-i686.exe$/
103106
- /^sentry-cli-Windows-x86_64.exe$/
104107
- /^sentry_cli-.*.tar.gz$/
108+
- /^sentry_cli-.*.whl$/

0 commit comments

Comments
 (0)