Skip to content

Commit

Permalink
fix ci workflow condition & update python package version (#309)
Browse files Browse the repository at this point in the history
* Update config.yml

* Update version.py
  • Loading branch information
ian-huu authored May 17, 2024
1 parent 867f0a5 commit 76050e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ jobs:
# See: https://circleci.com/docs/configuration-reference/#workflows
workflows:
unit-test:
when:
and:
- not: << pipeline.parameters.GHA_Action >>
- not: << pipeline.parameters.GHA_Meta >>
jobs:
- unit-test:
matrix:
Expand All @@ -159,6 +163,7 @@ workflows:
when:
not:
or:
- << pipeline.parameters.GHA_Action >>
- equal: [ "publish_kuscia_deps", << pipeline.parameters.GHA_Meta >> ]
- equal: [ "publish_pypi", << pipeline.parameters.GHA_Meta >> ]
jobs:
Expand Down
2 changes: 1 addition & 1 deletion python/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.


__version__ = "0.0.2.dev240320"
__version__ = "0.0.2b0"

0 comments on commit 76050e6

Please sign in to comment.