precommit

This commit is contained in:
Talley Lambert
2021-04-24 09:08:23 -04:00
parent 6129ab2304
commit 70b1122c4e
6 changed files with 36 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
name: Test
on:
on:
push:
branches:
- master
@@ -53,7 +53,7 @@ jobs:
deploy:
# this will run when you have tagged a commit, starting with "v*"
# and requires that you have put your twine API key in your
# and requires that you have put your twine API key in your
# github secrets (see readme for details)
needs: [test]
runs-on: ubuntu-latest