Skip to content

Commit

Permalink
fix workflow error and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ysde committed May 31, 2023
1 parent adfd8b8 commit 3dd9d71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/
- name: Build and publish
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
Expand Down
2 changes: 1 addition & 1 deletion grafana_backup/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
homedir = os.environ["HOME"]

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

0 comments on commit 3dd9d71

Please sign in to comment.