diff --git a/.github/workflows/release_plugins.yaml b/.github/workflows/release_plugins.yaml index 0088b45e0..3ce5939a3 100644 --- a/.github/workflows/release_plugins.yaml +++ b/.github/workflows/release_plugins.yaml @@ -75,6 +75,7 @@ jobs: with: repository-url: https://test.pypi.org/legacy/ packages-dir: plugins/${{ matrix.plugin }}/dist/ + verbose: true - name: Remove unwanted files from dist run: rm -f plugins/${{ matrix.plugin }}/dist/*.attestation diff --git a/plugins/snowflake/superduper_snowflake/__init__.py b/plugins/snowflake/superduper_snowflake/__init__.py index 4f0a5edf3..e1bb81342 100644 --- a/plugins/snowflake/superduper_snowflake/__init__.py +++ b/plugins/snowflake/superduper_snowflake/__init__.py @@ -1,6 +1,6 @@ from .vector_search import SnowflakeVectorSearcher as VectorSearcher -__version__ = "0.4.1" +__version__ = "0.4.2" __all__ = [ "VectorSearcher",