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 adfd8b8 commit 3dd9d71Copy full SHA for 3dd9d71
.github/workflows/python-publish.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: pypa/gh-action-pypi-publish@release/v1
34
with:
35
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
36
- repository_url: https://test.pypi.org/legacy/
+ repository-url: https://test.pypi.org/legacy/
37
- name: Build and publish
38
if: startsWith(github.ref, 'refs/tags')
39
uses: pypa/gh-action-pypi-publish@master
grafana_backup/constants.py
@@ -7,5 +7,5 @@
7
homedir = os.environ["HOME"]
8
9
PKG_NAME = "grafana-backup"
10
-PKG_VERSION = "1.3.0"
+PKG_VERSION = "1.3.1"
11
JSON_CONFIG_PATH = "{0}/.grafana-backup.json".format(homedir)
0 commit comments