Skip to content

Commit

Permalink
bump to 0.6.2 and repair upload logic
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed May 25, 2024
1 parent f63eebf commit c26cfcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
upload_all:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/download-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

VERSION_MAJOR = 0
VERSION_MINOR = 6
VERSION_PATCH = 1
VERSION_PATCH = 2
VERSION_DEV = 0
IS_RELEASED = False

Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "keyvi"
version = "0.6.1"
version = "0.6.2"
build = "build.rs"
authors = ["Hendrik Muhs<[email protected]>", "Narek Gharibyan <[email protected]>", "Subu <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit c26cfcb

Please sign in to comment.