Skip to content

Commit 610e54a

Browse files
authored
Merge pull request #1836 from WadeBarnes/gha-updates
Additional updates to Bump Version Number workflow
2 parents 62c17c7 + a4e0d60 commit 610e54a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: .github/workflows/tag.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,11 @@ jobs:
5656
liblz4-dev
5757
5858
pip install packaging \
59+
wheel \
5960
importlib_metadata==3.10.1 \
60-
Cython==0.29.36 \
61-
indy-plenum==1.13.1 \
61+
Cython==0.29.36
62+
63+
pip install indy-plenum==1.13.1 \
6264
pyzmq==22.3.0
6365
6466
- name: Prepare package and set version

0 commit comments

Comments
 (0)