summaryrefslogtreecommitdiffstats
path: root/.github/workflows/pypi.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix fat-fingered copy.Diego Elio Pettenò2021-05-161-1/+1
|
* Add GitHub action for publishing to PyPI.Diego Elio Pettenò2021-05-161-0/+35
This roughly follows the guide at https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/ but includes local tweaks to follow best practices.