Skip to content

Commit

Permalink
fix bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Jul 30, 2023
1 parent 554c1c4 commit 3d91aa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo "tag: $tag"
version=${tag:1}
echo "version $version"
ci/deploy.sh bump_version $version
ci/deploy.sh bump_py_version $version
- name: Build a binary wheel
run: |
pip install pyarrow==4.0.0 Cython wheel numpy pytest
Expand Down
4 changes: 2 additions & 2 deletions ci/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ bump_javascript_version() {
cd "$ROOT/javascript"
echo "Set fury javascript version to $version"
pushd packages/fury
sed -i '' -E "s/\"version\": .*,/\"version\": \"$version\",/" package.json
sed -i -E "s/\"version\": .*,/\"version\": \"$version\",/" package.json
popd
pushd packages/hps
sed -i '' -E "s/\"version\": .*,/\"version\": \"$version\",/" package.json
sed -i -E "s/\"version\": .*,/\"version\": \"$version\",/" package.json
popd
}

Expand Down

0 comments on commit 3d91aa5

Please sign in to comment.