dask / dask-jobqueue

Deploy Dask on job schedulers like PBS, SLURM, and SGE
https://jobqueue.dask.org
BSD 3-Clause "New" or "Revised" License
235 stars 142 forks source link

Use GitHub Actions for PyPI publish on release #663

Closed jacobtomlinson closed 3 months ago

jacobtomlinson commented 3 months ago

Adds a GitHub Actions workflow that builds new tags and pushes them to PyPI. This removes a little bit of potential human error when it comes to building the distributions.

The new release process will be: