From 1fc308ada7c10f99592eea2bbc3d0a78fd678fb3 Mon Sep 17 00:00:00 2001 From: grubert Date: Sun, 1 Dec 2019 23:29:46 +0000 Subject: [PATCH] tried to upload to test.pypi: fails git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8429 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- sandbox/infrastructure/releasing-log.txt | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/sandbox/infrastructure/releasing-log.txt b/sandbox/infrastructure/releasing-log.txt index 1b2a0fd15..483e5f541 100644 --- a/sandbox/infrastructure/releasing-log.txt +++ b/sandbox/infrastructure/releasing-log.txt @@ -11,13 +11,23 @@ Notes on what happend while releasing. Release 0.16 (2019-11-xx) ========================= -Universal wheel :: +Upload 0.16beta universal wheel and source to test.pypi:: - set_version 0.16 beta ... or rc1 - python3 setup.py sdist + python setup.py sdist python3 setup.py bdist_wheel --universal python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/* +Fails:: + + Uploading docutils-0.16b0.dev0-py2.py3-none-any.whl + 100% ... + NOTE: Try --verbose to see response content. + HTTPError: 400 Client Error: Invalid value for classifiers. + Error: 'Natural Language :: Lithuanian' is not a valid choice for this field + for url: https://test.pypi.org/legacy/ + + + Test a beta :: pip install --pre docutils -- 2.11.4.GIT