Skip to content

Commit 36d7f45

Browse files
authored
fix: Update the release version (#44)
* fix: Update the release version * fix: Update the release version of the action
1 parent 97aef34 commit 36d7f45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151

5252
- name: Publish distribution package to PyPI
5353
if: startsWith(github.ref, 'refs/tags')
54-
uses: pypa/gh-action-pypi-publish@master
54+
uses: pypa/gh-action-pypi-publish@release/v1
5555
with:
5656
password: ${{ secrets.PYPI_API_TOKEN }}

setup.py

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

99
setuptools.setup(
1010
name="grafana-api-sdk",
11-
version="0.3.0",
11+
version="0.3.1",
1212
author="Pascal Zimmermann",
1313
author_email="[email protected]",
1414
description="A Grafana API SDK",

0 commit comments

Comments
 (0)