diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 133e2d1..cbb653c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: needs: publish-testpypi steps: - name: wait for package to be available - run: sleep 30 + run: sleep 60 - name: install test pypi release run: | diff --git a/setup.py b/setup.py index 24a0e58..88324ed 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name="science-synapse", - version="2.2.9", + version="2.2.10", description="Client library and CLI for the Synapse API", author="Science Team", author_email="team@science.xyz", @@ -55,6 +55,7 @@ "pyzmq", "rich", "scipy", + "h5py", ], entry_points={ "console_scripts": [