Add publishing to github action

This commit is contained in:
Sam Bentley
2021-05-26 21:20:08 +01:00
parent 2acace565d
commit b0f39f3e28

View File

@@ -49,8 +49,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2