mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00
fixed workflow & bumped version
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
3f65a13c46
commit
6115a73f66
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user