Skip to content

Added a step that renders the readme #77

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

Merged
merged 4 commits into from
Jul 3, 2020
Merged

Added a step that renders the readme #77

merged 4 commits into from
Jul 3, 2020

Conversation

evaherrada
Copy link
Collaborator

#61

The current issue is that the only time you'll know the README isn't rendering now is after the library has been released to PyPI, which isn't really ideal, since if it isn't rendering right, it doesn't really tell you where the issue is and you'll have to re-release it.

@evaherrada
Copy link
Collaborator Author

Ah, I think I did this in the wrong spot

@evaherrada evaherrada requested a review from siddacious July 1, 2020 20:58
@evaherrada
Copy link
Collaborator Author

Haven't tested. Doing that now

@evaherrada
Copy link
Collaborator Author

Tested here and it works great:
adafruit/Adafruit_CircuitPython_ImageLoad#34

Copy link
Contributor

@siddacious siddacious left a comment

Choose a reason for hiding this comment

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

Bueno!

@siddacious
Copy link
Contributor

@dherrada Let's give @tannewt @kattni and @sommersoft a chance to chime in before merging

@@ -59,3 +59,9 @@ jobs:
- name: Build docs
working-directory: docs
run: sphinx-build -E -W -b html . _build/html
- name: Build README
Copy link
Member

Choose a reason for hiding this comment

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

I'd call this Build python package since it'll fail if the setup.py steps fail. Otherwise, this looks good to me.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ok, I've renamed it. Thanks for taking a look at this

Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

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

Thank you! Always good to automatically test things.

@tannewt tannewt merged commit e549be2 into master Jul 3, 2020
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.

3 participants