planetarypy / pvl

Python implementation of PVL (Parameter Value Language)
BSD 3-Clause "New" or "Revised" License
19 stars 19 forks source link

Added a CI workflow. #76

Closed rbeyer closed 3 years ago

rbeyer commented 3 years ago

Description

With the changes to Travis (which has been great for years, sad to see the change), I've implemented a GitHub workflow that will do testing within GitHub itself.

Changed publish-to-test-pypi.yml to only run when there's a push to the main branch (no need to run when we're messing around with dev branches). Was also missing a "runs-on:" directive.

How Has This Been Tested?

Types of changes

Checklist:

Licensing:

This project is released under the LICENSE.