We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8fb667 + 69cf540 commit da91d5cCopy full SHA for da91d5c
.github/workflows/tag.yaml
@@ -53,7 +53,7 @@ jobs:
53
libgflags-dev
54
pip install packaging \
55
importlib_metadata==3.10.1 \
56
- indy-plenum==1.13.1rc2 \
+ indy-plenum==1.13.1rc3 \
57
pyzmq==22.3.0
58
- name: Prepare package and set version
59
run: |
setup.py
@@ -55,7 +55,7 @@
(BASE_DIR, ['data/nssm_original.exe'])
)],
- install_requires=['indy-plenum==1.13.1rc2',
+ install_requires=['indy-plenum==1.13.1rc3',
# importlib-metadata needs to be pinned to 3.10.1 because from v4.0.0 the package
60
# name ends in python3-importlib-metadata_0.0.0_amd64.deb
61
# see also build-scripts/ubuntu-2004/build-3rd-parties.sh
0 commit comments