pcdshub / pcdswidgets

LCLS PyDM Widget Library
https://pcdshub.github.io/pcdswidgets
Other
0 stars 10 forks source link

CI: update to latest standards #62

Closed klauer closed 3 years ago

klauer commented 3 years ago

Description

Update to latest CI standards.

Motivation and Context

Closes #61 With PYPI_TOKEN now set, we can deploy to PyPI as well.

ZLLentz commented 3 years ago

shame about the pypi testing segfault as if we'll reproduce that ever

klauer commented 3 years ago

Docs build failing with:

Warning, treated as error:

/home/travis/build/pcdshub/pcdswidgets/docs/source/icons.rst:23:image file not readable: _static/icons/RoughGaugeSymbolIcon.png
hhslepicka commented 3 years ago

Docs are failing because this step is not being executed: python examples/show_icon.py I'm not sure how we can add a hook up for a pre-docs command to be run. Maybe we can change the Makefile inside of the docs folder so it becomes part of the make html?

hhslepicka commented 3 years ago

Here is a possible fix to the docs issue: #63 Feel free to use or trash it if you have another plan/idea.

klauer commented 3 years ago

👍 Looks like that did it.

hhslepicka commented 3 years ago

LGTM