Skip to content

Commit

Permalink
Fixes the release build error (#64)
Browse files Browse the repository at this point in the history
* Fixes the release build error
  • Loading branch information
hiwakaba committed May 9, 2023
1 parent ef02790 commit 622e868
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

#
Expand Down
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
History
=======

1.0.6 (2023-05-09)
-------------------

* Fixes the release build error

1.0.5 (2023-05-09)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion k2hr3_osnl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'version',
]
__author__ = 'Hirotaka Wakabayashi <hiwakaba@yahoo-corp.jp>'
__version__ = '1.0.5'
__version__ = '1.0.6'

import argparse
import logging
Expand Down
2 changes: 1 addition & 1 deletion python-k2hr3-osnl.spec
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 622e868

Please sign in to comment.