aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst6
-rwxr-xr-xsetup.cfg2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 3dbd49ae..410825fa 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,9 @@
+v32.1.2
+-------
+
+* #893: Only release sdist in zip format as warehouse now
+ disallows releasing two different formats.
+
v32.1.1
-------
diff --git a/setup.cfg b/setup.cfg
index f327fa30..46540b20 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -18,7 +18,7 @@ test = pytest
repository = https://upload.pypi.org/legacy/
[sdist]
-formats = gztar zip
+formats = zip
[wheel]
universal = 1