fixed workflow & bumped version

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2023-01-31 14:09:24 +01:00
parent 3f65a13c46
commit 6115a73f66
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -110,7 +110,7 @@ jobs:
- name: Upload to PyPI
run: |
twine check dist/*
twine upload dist/*
twine upload --skip-existing dist/*
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
@ -121,7 +121,7 @@ jobs:
files: dist/*
publish-docker:
needs: release
needs: test
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:

View File

@ -3,7 +3,7 @@
# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
# Code is Apache-2.0 and docs are CC-BY-4.0
__version__ = "2.2.0"
__version__ = "2.2.1"
__short_version__ = "2.2"
# Supported Tendermint versions