Minor fixes.

This commit is contained in:
Fangjun Kuang 2021-07-19 11:09:50 +08:00
parent 4f47e0dd0c
commit 4bf665838b
2 changed files with 13 additions and 4 deletions

View File

@ -17,9 +17,15 @@
name: Publish to PyPI
on:
# push:
# tags:
# - '*'
push:
tags:
- '*'
branches:
- master
pull_request:
branches:
- master
jobs:
pypi:

View File

@ -18,8 +18,11 @@ name: Run tests
on:
push:
tags:
- '*'
branches:
- master
pull_request:
branches:
- master
jobs:
run_tests: