enthought / envisage

Envisage is a Python-based framework for building applications whose functionalities can be extended by adding "plug-ins".
http://docs.enthought.com/envisage/
Other
82 stars 26 forks source link

Add workflow to automatically upload releases to PyPI #478

Closed mdickinson closed 2 years ago

mdickinson commented 2 years ago

This PR adds a workflow to automatically upload published releases to PyPI.

The workflow was copied from enthought/pyface, and is identical to that version with the exception of bumping the versions on the checkout and setup-python actions.