Skip to content

Commit

Permalink
Bump the version; also remove debugging line from github workflow cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
kkew3 committed Jan 13, 2025
1 parent 142a7fe commit 63b5b46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ jobs:
cd "$GITHUB_WORKSPACE/jieba_vim/test"
pip install .
- name: Debug before running integration test
uses: fawazahmed0/action-debug-vscode@main

- name: Run integration tests
run: |
cd "$GITHUB_WORKSPACE/jieba_vim/test"
Expand Down
2 changes: 1 addition & 1 deletion pythonx/jieba_vim_rs_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jieba_vim_rs_core"
version = "0.1.3"
version = "0.1.4"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 63b5b46

Please sign in to comment.