mirror of
https://github.com/planetmint/planetmint.git
synced 2025-10-14 00:59:17 +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
|
- name: Upload to PyPI
|
||||||
run: |
|
run: |
|
||||||
twine check dist/*
|
twine check dist/*
|
||||||
twine upload dist/*
|
twine upload --skip-existing dist/*
|
||||||
env:
|
env:
|
||||||
TWINE_USERNAME: __token__
|
TWINE_USERNAME: __token__
|
||||||
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
|
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
|
||||||
@ -121,7 +121,7 @@ jobs:
|
|||||||
files: dist/*
|
files: dist/*
|
||||||
|
|
||||||
publish-docker:
|
publish-docker:
|
||||||
needs: release
|
needs: test
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
|
# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
|
||||||
# Code is Apache-2.0 and docs are 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"
|
__short_version__ = "2.2"
|
||||||
|
|
||||||
# Supported Tendermint versions
|
# Supported Tendermint versions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user