Skip to content

Conversation

dmtucker
Copy link
Collaborator

This resolves twine warnings:

publish run-test: commands[1] | twine check '/home/dtux/Projects/pytest-mypy/.tox/dist/*'
Checking /home/dtux/Projects/pytest-mypy/.tox/dist/pytest_mypy-0.6.3.dev15+g44a726c-py3-none-any.whl: PASSED, with warnings
  warning: `long_description_content_type` missing. defaulting to `text/x-rst`.
Checking /home/dtux/Projects/pytest-mypy/.tox/dist/pytest-mypy-0.6.3.dev15+g44a726c.tar.gz: PASSED, with warnings
  warning: `long_description_content_type` missing. defaulting to `text/x-rst`.

After:

publish run-test: commands[1] | twine check '/home/dtux/Projects/pytest-mypy/.tox/dist/*'
Checking /home/dtux/Projects/pytest-mypy/.tox/dist/pytest_mypy-0.6.3.dev15+g44a726c.d20200815-py3-none-any.whl: PASSED
Checking /home/dtux/Projects/pytest-mypy/.tox/dist/pytest-mypy-0.6.3.dev15+g44a726c.d20200815.tar.gz: PASSED

@dmtucker dmtucker added this to the 0.7.0 milestone Aug 15, 2020
@dmtucker dmtucker merged commit 5736675 into realpython:master Aug 15, 2020
@dmtucker dmtucker deleted the long-desc-type branch August 15, 2020 20:18
Sign up for free to 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.

1 participant