Skip to content

Commit

Permalink
Update to create a new release version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZPascal committed Mar 20, 2022
1 parent bfbde5c commit db02165
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
--wheel
--outdir dist/
- name: Setup the GitHub user
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
- name: Update the GitHub pages documentation
run: cd docs && mkdocs gh-deploy --force && cd ..

Expand Down
4 changes: 2 additions & 2 deletions pydoc-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ renderer:
- title: Home
name: index
source: docs/grafana_dashboard_templater.md
- title: Grafana Dashboard Templater Documentation
- title: Grafana Dashboard Templater
name: grafana_dashboard_templater
children:
- title: Model
Expand All @@ -19,5 +19,5 @@ renderer:
contents: [ grafana_dashboard.dashboard.* ]
mkdocs_config:
site_name: Grafana Dashboard Templater
theme: readthedocs
theme: material
repo_url: https://github.com/ZPascal/grafana_dashboard_templater
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="grafana-dashboard-templater",
version="1.0.0",
version="1.0.1",
author="Pascal Zimmermann",
author_email="[email protected]",
description="A Grafana dashboard templater",
Expand Down

0 comments on commit db02165

Please sign in to comment.