summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2021-01-13 08:10:12 -0600
committerJason Madden <jamadden@gmail.com>2021-01-13 08:10:12 -0600
commite2112fc578c875886af8144fed9c06c21408d890 (patch)
tree26ca2d5e8fa610c4ac9527a4412e6c954e1ca094
parent7d9f7e8d793d984e288f6309e45872e8c2b79f85 (diff)
downloadgreenlet-e2112fc578c875886af8144fed9c06c21408d890.tar.gz
Tell zest.releaser not to upload wheels, just the sdist. [skip ci]
wheels are taken care of by CI and this makes sure local compiler options don't infect PyPI binaries.
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 129e79b..eef75f9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,3 @@
[zest.releaser]
python-file-with-version = src/greenlet/__init__.py
+create-wheel = no