Skip to content

Commit 3dd9d71

Browse files
committed
fix workflow error and version number
1 parent adfd8b8 commit 3dd9d71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: pypa/gh-action-pypi-publish@release/v1
3434
with:
3535
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
36-
repository_url: https://test.pypi.org/legacy/
36+
repository-url: https://test.pypi.org/legacy/
3737
- name: Build and publish
3838
if: startsWith(github.ref, 'refs/tags')
3939
uses: pypa/gh-action-pypi-publish@master

grafana_backup/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
homedir = os.environ["HOME"]
88

99
PKG_NAME = "grafana-backup"
10-
PKG_VERSION = "1.3.0"
10+
PKG_VERSION = "1.3.1"
1111
JSON_CONFIG_PATH = "{0}/.grafana-backup.json".format(homedir)

0 commit comments

Comments
 (0)