Skip to content

Commit 4405cda

Browse files
committed
Update to create a new release version
1 parent 028426c commit 4405cda

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
--wheel
4242
--outdir dist/
4343
44+
- name: Setup the GitHub user
45+
run: |
46+
git config --local user.email "github-actions[bot]@users.noreply.github.com"
47+
git config --local user.name "github-actions[bot]"
48+
4449
- name: Update the GitHub pages documentation
4550
run: cd docs && mkdocs gh-deploy --force && cd ..
4651

pydoc-markdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ renderer:
1010
- title: Home
1111
name: index
1212
source: docs/grafana_dashboard_templater.md
13-
- title: Grafana Dashboard Templater Documentation
13+
- title: Grafana Dashboard Templater
1414
name: grafana_dashboard_templater
1515
children:
1616
- title: Model
@@ -19,5 +19,5 @@ renderer:
1919
contents: [ grafana_dashboard.dashboard.* ]
2020
mkdocs_config:
2121
site_name: Grafana Dashboard Templater
22-
theme: readthedocs
22+
theme: material
2323
repo_url: https://github.com/ZPascal/grafana_dashboard_templater

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="grafana-dashboard-templater",
8-
version="1.0.0",
8+
version="1.0.1",
99
author="Pascal Zimmermann",
1010
author_email="[email protected]",
1111
description="A Grafana dashboard templater",

0 commit comments

Comments
 (0)