Skip to content

Commit 9efbd2e

Browse files
authored
ci(craft): Skip publishing releases to PyPI temporarily (#20795)
Since we need to use an unreleased SHA for https://github.com/Grokzen/redis-py-cluster/, we cannot publish Sentry wheels to PyPI due to its security restrictions (not allowing direct URLs as dependencies). We will skip publishing 20.9.0 to PyPI for now.
1 parent 099fc51 commit 9efbd2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.craft.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ statusProvider:
1212
- 'onpremise-builder (sentryio)'
1313
targets:
1414
- name: github
15-
- name: pypi
15+
# Skip publishing to PyPI until we get the 2.1.0 release for https://github.com/Grokzen/redis-py-cluster/
16+
# - name: pypi
1617
- name: docker
1718
source: us.gcr.io/sentryio/sentry
1819
target: getsentry/sentry

0 commit comments

Comments
 (0)