diff options
| -rw-r--r-- | CHANGES.rst | 5 | ||||
| -rwxr-xr-x | setup.cfg | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 93447eb5..b74c2189 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,11 @@ CHANGES ======= +v22.0.2 +------- + +* #589: Releases are now uploaded to pypi.io (Warehouse). + v22.0.1 ------- @@ -19,6 +19,9 @@ source-dir = docs/ build-dir = docs/build all_files = 1 +[upload] +repository = https://pypi.io/pypi + [upload_docs] upload-dir = docs/build/html |
