We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97aef34 commit 36d7f45Copy full SHA for 36d7f45
.github/workflows/publish-to-pypi.yml
@@ -51,6 +51,6 @@ jobs:
51
52
- name: Publish distribution package to PyPI
53
if: startsWith(github.ref, 'refs/tags')
54
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
55
with:
56
password: ${{ secrets.PYPI_API_TOKEN }}
setup.py
@@ -8,7 +8,7 @@
8
9
setuptools.setup(
10
name="grafana-api-sdk",
11
- version="0.3.0",
+ version="0.3.1",
12
author="Pascal Zimmermann",
13
author_email="[email protected]",
14
description="A Grafana API SDK",
0 commit comments