amueller / word_cloud

A little word cloud generator in Python
https://amueller.github.io/word_cloud
MIT License
10.1k stars 2.31k forks source link

Only push to PyPI only on release #748

Closed thomasjpfan closed 10 months ago

thomasjpfan commented 10 months ago

This PR makes it so we can trigger workflow_dispatch without releasing. This is useful for testing that the wheels work without also pushing to PyPI.

To trigger the push to PyPI, one needs to make a release through the GitHub UI.