Updated github actions to autopush to PyPi on new tag [skip ci]

This commit is contained in:
dscripka 2023-09-02 11:45:27 -04:00
parent 1eec2158c5
commit dbd3f7ac99

View file

@ -3,6 +3,9 @@ name: Publish Python distributions to PyPI
on:
push:
workflow_dispatch:
create:
tags:
- "*"
jobs:
build-n-publish: