From 622e868e38ae68458321ddb7fc4de62a85326947 Mon Sep 17 00:00:00 2001 From: Hirotaka Wakabayashi Date: Tue, 9 May 2023 18:37:34 +0900 Subject: [PATCH] Fixes the release build error (#64) * Fixes the release build error --- .github/workflows/ci.yml | 4 ---- .github/workflows/python_helper.sh | 2 +- HISTORY.rst | 5 +++++ k2hr3_osnl/__init__.py | 2 +- python-k2hr3-osnl.spec | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 008200f..67023c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,10 +61,6 @@ jobs: - name: Run building and packaging run: | /bin/sh -c "$GITHUB_WORKSPACE/.github/workflows/python_helper.sh --pythontype ${{ matrix.python-version }}" - - name: Build and publish - if: github.event_name == 'release' - run: | - make release dockerimage: runs-on: ubuntu-latest diff --git a/.github/workflows/python_helper.sh b/.github/workflows/python_helper.sh index ddc934a..a20dfda 100755 --- a/.github/workflows/python_helper.sh +++ b/.github/workflows/python_helper.sh @@ -215,7 +215,7 @@ RUN_PRE_TEST=0 RUN_TEST=1 RUN_POST_TEST=0 RUN_PRE_PUBLISH=0 -RUN_PUBLISH=0 +RUN_PUBLISH=1 RUN_POST_PUBLISH=0 # diff --git a/HISTORY.rst b/HISTORY.rst index f91e5b6..dafe593 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,11 @@ History ======= +1.0.6 (2023-05-09) +------------------- + +* Fixes the release build error + 1.0.5 (2023-05-09) ------------------- diff --git a/k2hr3_osnl/__init__.py b/k2hr3_osnl/__init__.py index a17aaa4..07ab08f 100644 --- a/k2hr3_osnl/__init__.py +++ b/k2hr3_osnl/__init__.py @@ -32,7 +32,7 @@ 'version', ] __author__ = 'Hirotaka Wakabayashi ' -__version__ = '1.0.5' +__version__ = '1.0.6' import argparse import logging diff --git a/python-k2hr3-osnl.spec b/python-k2hr3-osnl.spec index 05fca19..609e137 100644 --- a/python-k2hr3-osnl.spec +++ b/python-k2hr3-osnl.spec @@ -1,7 +1,7 @@ %global srcname k2hr3_osnl %global pypi_name k2hr3-osnl Name: python-k2hr3-osnl -Version: 1.0.5 +Version: 1.0.6 Release: %autorelease Summary: An OpenStack notification listener for K2HR3