dask / dask-sphinx-theme

Sphinx theme for Dask documentation
BSD 3-Clause "New" or "Revised" License
6 stars 15 forks source link

Add action to publish to PyPI #30

Closed jrbourbeau closed 4 years ago

jrbourbeau commented 4 years ago

cc @jacobtomlinson if you get a chance to take a look at this

xref #25

jrbourbeau commented 4 years ago

That's a good point, I've added the same if statement to the step that builds the dist. I also removed the github.event_name == 'push' from the if statements as we've specified with

on:
  push:
    branches: master

that the workflow should only run when pushing to master

jrbourbeau commented 4 years ago

Thanks for reviewing @jacobtomlinson!