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 name: Publish to PyPI
on: on:
# push:
# tags:
# - '*'
push: push:
tags: branches:
- '*' - master
pull_request:
branches:
- master
jobs: jobs:
pypi: pypi:

View File

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