Skip to content

Commit 031ce24

Browse files
committed
Renamed to build python package
1 parent 563f954 commit 031ce24

File tree

1 file changed

+1
-1
lines changed
  • {{ cookiecutter.library_name }}/.github/workflows

1 file changed

+1
-1
lines changed

{{ cookiecutter.library_name }}/.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Build docs
6060
working-directory: docs
6161
run: sphinx-build -E -W -b html . _build/html
62-
- name: Build README
62+
- name: Build Python package
6363
run: |
6464
pip install --upgrade setuptools wheel twine readme_renderer testresources
6565
python setup.py sdist

0 commit comments

Comments
 (0)