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 27, 2023
1 parent de65957 commit 2dc28f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "tag: $tag"
version=${tag:1}
echo "version $version"
ci/deploy.sh bump_version version
ci/deploy.sh bump_version $version
- name: Build a binary wheel
run: |
pip install pyarrow==4.0.0 Cython wheel numpy pytest
Expand Down

0 comments on commit 2dc28f2

Please sign in to comment.