Adds complete yaml for GH Action

This commit is contained in:
Michael 2020-08-16 11:25:48 -05:00
parent bdc2a5c213
commit d37bcab8dc

View File

@ -1,4 +1,12 @@
- name: Publish package
name: Greet Everyone
on: [push]
jobs:
build:
name: Publish
runs-on: ubuntu-latest
steps:
- name: Publish package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with: