github: fix build action name

It does more than just build the Python package.
This commit is contained in:
David Lechner
2021-05-17 16:38:58 -05:00
parent f06caa32bc
commit 7770a88aa0
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
name: Build Python package and docs
on: [ push, pull_request ]