Skip to content

Conversation

@wbingli
Copy link

Issue #, if available:

Description of changes: Need the right description type to publish.

Testing

Before

 twine upload --repository-url https://test.pypi.org/legacy/ dist/* Uploading distributions to https://test.pypi.org/legacy/ Enter your username: aws-cloudformation-developers Enter your password: Uploading cloudformation_cli_python_plugin-2.0.0-py3-none-any.whl 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 23.3k/23.3k [00:01<00:00, 21.5kB/s]NOTE: Try --verbose to see response content. HTTPError: 400 Client Error: The description failed to render in the default format of reStructuredText. See https://test.pypi.org/help/#description-content-type for more information. for url: https://test.pypi.org/legacy/ 

After

 twine upload --repository-url https://test.pypi.org/legacy/ dist/* Uploading distributions to https://test.pypi.org/legacy/ Enter your username: aws-cloudformation-developers Enter your password: Uploading cloudformation_cli_python_plugin-2.0.0-py3-none-any.whl 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 23.3k/23.3k [00:02<00:00, 11.9kB/s]Uploading cloudformation-cli-python-plugin-2.0.0.tar.gz 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 21.5k/21.5k [00:01<00:00, 20.2kB/s] View at: https://test.pypi.org/project/cloudformation-cli-python-plugin/2.0.0/ 

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@johnttompkins
Copy link
Contributor

In the future let's add this into the CI to verify the pypi packages can package: https://github.com/aws-cloudformation/cloudformation-cli/blob/master/.travis.yml#L18

@wbingliwbingli merged commit 21a7da9 into aws-cloudformation:masterJun 29, 2020
@wbingliwbingli deleted the update_des_type branch June 29, 2020 21:35
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@wbingli@johnttompkins@ammokhov