Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch to twine check for verifying our readme renders on pypi #4623

Merged
merged 1 commit into from
Dec 2, 2018

Conversation

reaperhulk
Copy link
Member

I don't love needing to make an sdist, but that's what twine check requires.

fixes #4523

@@ -303,7 +303,7 @@ def run_tests(self):
"docstest": [
"doc8",
"pyenchant >= 1.6.11",
"readme_renderer >= 16.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we still need this installed for twine check to do this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

twine has readme_renderer as a dep now (and requires >= 21.0)

@alex alex merged commit 6d7b70e into pyca:master Dec 2, 2018
@reaperhulk reaperhulk deleted the twine-check branch December 2, 2018 22:06
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

python setup.py check is deprecated, switch to twine check
2 participants