We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a9a7f1 commit d6a34b6Copy full SHA for d6a34b6
2 files changed
.github/workflows/release.yml
@@ -58,7 +58,7 @@ jobs:
58
needs: publish-testpypi
59
steps:
60
- name: wait for package to be available
61
- run: sleep 30
+ run: sleep 60
62
63
- name: install test pypi release
64
run: |
setup.py
@@ -26,7 +26,7 @@
26
27
setup(
28
name="science-synapse",
29
- version="2.2.9",
+ version="2.2.10",
30
description="Client library and CLI for the Synapse API",
31
author="Science Team",
32
author_email="team@science.xyz",
@@ -55,6 +55,7 @@
55
"pyzmq",
56
"rich",
57
"scipy",
+ "h5py",
],
entry_points={
"console_scripts": [
0 commit comments